File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11if " %APPVEYOR_REPO_TAG% " == " true" (
22
33echo Publishing...
4+
5+ nuget source Add -Name " GitHub" -Source " https://nuget.pkg.github.com/JohnnyCrazy/index.json" -UserName JohnnyCrazy -Password %GH_TOKEN%
6+
47cd ./SpotifyAPI.Web
58dotnet pack -c Release SpotifyAPI.Web.csproj -p:PackageVersion=%APPVEYOR_REPO_TAG_NAME%
69nuget push ./bin/Release/SpotifyAPI.Web.%APPVEYOR_REPO_TAG_NAME% .nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
10+ nuget push ./bin/Release/SpotifyAPI.Web.%APPVEYOR_REPO_TAG_NAME% .nupkg -NonInteractive -Source GitHub
711
812cd ../SpotifyAPI.Web.Auth
913dotnet pack -c Release SpotifyAPI.Web.Auth.csproj -p:PackageVersion=%APPVEYOR_REPO_TAG_NAME%
1014nuget push ./bin/Release/SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME% .nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
15+ nuget push ./bin/Release/SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME% .nupkg -NonInteractive -Source GitHub
1116
1217cd ..
1318
You can’t perform that action at this time.
0 commit comments