Skip to content

Commit

Permalink
packing v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLarsenNZ committed Mar 22, 2019
1 parent 6b2fbce commit cefb1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ steps:

- script: |
LATEST_TAG=$(git describe --abbrev=0 --tags)
echo NUGET PUSH TAG $LATEST_TAG - tag must match .csproj version
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
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
2 changes: 1 addition & 1 deletion src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>SpotifyApi.NetCore</PackageId>
<Title>Spotify Web API .NET Core</Title>
<Description>Lightweight .NET Core client wrapper for the Spotify Web API</Description>
<Version>2.4.1</Version>
<Version>2.4.4</Version>
<Authors>Daniel Larsen and contributors</Authors>
<Company>Ringobot</Company>
<Copyright>Copyright 2019 Daniel Larsen and contributors</Copyright>
Expand Down

0 comments on commit cefb1e1

Please sign in to comment.