10BC0
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 212a824 commit 3bf3123Copy full SHA for 3bf3123
publish/push.cmd
@@ -8,4 +8,4 @@ if "%NUGET_API_KEY%"=="" (
8
echo Waiting 5 minutes before pushing packages...
9
ping -n 301 127.0.0.1 > nul
10
11
-for /r %%i in (*.nupkg) do ..\tools\windows\nuget.exe push %%i -ApiKey %NUGET_API_KEY% -Source "https://api.nuget.org/v3/index.json
+for /r %%i in (*.nupkg) do ..\tools\windows\nuget.exe push %%i -ApiKey %NUGET_API_KEY% -Source "https://api.nuget.org/v3/index.json"
0 commit comments