We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6d262 commit 9562968Copy full SHA for 9562968
push-nuget.bat
@@ -1,6 +1,4 @@
1
dotnet pack -c Release
2
-cd bin\Release\
3
-nuget push -Source https://api.nuget.org/v3/index.json *.nupkg
4
-del *.nupkg
5
-del *.snupkg
6
-cd ..\..
+dotnet nuget push -s https://api.nuget.org/v3/index.json **/*.nupkg
+del /s /q *.nupkg
+del /s /q *.snupkg
0 commit comments