We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d4aca commit 95e836eCopy full SHA for 95e836e
dev/build/build-and-publish.bat
@@ -43,7 +43,7 @@ nuget update -self
43
echo.
44
echo ### UPLOADING TO NUGET ###
45
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
46
-nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
+::nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
47
48
49
pause
0 commit comments