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 f035641 commit 4db61e5Copy full SHA for 4db61e5
publish/push.cmd
@@ -6,6 +6,6 @@ if "%NUGET_API_KEY%"=="" (
6
)
7
8
echo Waiting 5 minutes before pushing packages...
9
-timeout /t 300 /nobreak
+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
0 commit comments