Skip to content

Commit

Permalink
inline tag number in nuget pack
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLarsenNZ committed Mar 22, 2019
1 parent 8be11f7 commit 6b2fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ steps:
- script: |
LATEST_TAG=$(git describe --abbrev=0 --tags)
dotnet pack src/SpotifyApi.NetCore -c $(buildConfiguration)
dotnet nuget push src/SpotifyApi.NetCore/bin/Release/SpotifyApi.NetCore.$(LATEST_TAG).nupkg -k $(nugetApiKey) -s https://api.nuget.org/v3/index.json
dotnet nuget push src/SpotifyApi.NetCore/bin/Release/SpotifyApi.NetCore.$LATEST_TAG.nupkg -k $(nugetApiKey) -s https://api.nuget.org/v3/index.json
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

0 comments on commit 6b2fbce

Please sign in to comment.