Skip to content

Commit

Permalink
NuGet pushing script updated to the universal version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 1, 2019
1 parent 5c6d262 commit 9562968
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions push-nuget.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
dotnet pack -c Release
cd bin\Release\
nuget push -Source https://api.nuget.org/v3/index.json *.nupkg
del *.nupkg
del *.snupkg
cd ..\..
dotnet nuget push -s https://api.nuget.org/v3/index.json **/*.nupkg
del /s /q *.nupkg
del /s /q *.snupkg

0 comments on commit 9562968

Please sign in to comment.