Skip to content

Commit

Permalink
ci: rename nuget push step
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-held committed Feb 1, 2020
1 parent 2c0f129 commit 5a58183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/nuget-pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- download: current
artifact: "packages"
- task: NuGetCommand@2
displayName: "Publish Prerelease NuGet Package"
displayName: "🚀 Publish NuGet Package 📨"
inputs:
command: "push"
packagesToPush: "$(Pipeline.Workspace)/packages/**/*.nupkg"
Expand Down
2 changes: 1 addition & 1 deletion build/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- download: current
artifact: "packages"
- task: NuGetCommand@2
displayName: "Publish Prerelease NuGet Package"
displayName: "Publish NuGet Package"
inputs:
command: "push"
packagesToPush: "$(Pipeline.Workspace)/packages/**/*.nupkg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

<PropertyGroup>
<ProjectGuid>36A37D14-D7FC-4E32-8F48-5FB606818757</ProjectGuid>
<AssemblyVersion>1.1.0</AssemblyVersion>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<AssemblyVersion>1.1.1</AssemblyVersion>
<LangVersion>8.0</LangVersion>
<TargetFrameworks>netcoreapp3.1;</TargetFrameworks>
<NullableContext>Enabled</NullableContext>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 5a58183

Please sign in to comment.