File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ echo "Publishing..."
66
77cd ./SpotifyAPI.Web
88dotnet pack -c Release SpotifyAPI.Web.csproj -p:PackageVersion=" $RELEASE_VERSION "
9- nuget push " ./bin/Release/SpotifyAPI.Web.$RELEASE_VERSION .nupkg" \
10- -ApiKey " $NUGET_TOKEN " \
11- -NonInteractive\
12- -Source https://www.nuget.org/api/v2/package
9+ dotnet nuget push " ./bin/Release/SpotifyAPI.Web.$RELEASE_VERSION .nupkg" \
10+ -k " $NUGET_TOKEN " \
11+ -s https://www.nuget.org/api/v2/package
1312
1413cd ../SpotifyAPI.Web.Auth
1514dotnet pack -c Release SpotifyAPI.Web.Auth.csproj -p:PackageVersion=" $RELEASE_VERSION "
16- nuget push " ./bin/Release/SpotifyAPI.Web.Auth.$RELEASE_VERSION .nupkg" \
17- -ApiKey " $NUGET_TOKEN " \
18- -NonInteractive\
19- -Source https://www.nuget.org/api/v2/package
15+ dotnet nuget push " ./bin/Release/SpotifyAPI.Web.Auth.$RELEASE_VERSION .nupkg" \
16+ -k " $NUGET_TOKEN " \
17+ -s https://www.nuget.org/api/v2/package
2018
2119cd ..
You can’t perform that action at this time.
0 commit comments