Skip to content

Commit 4db61e5

Browse files
committed
Try sleep with ping instead.
1 parent f035641 commit 4db61e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if "%NUGET_API_KEY%"=="" (
66
)
77

88
echo Waiting 5 minutes before pushing packages...
9-
timeout /t 300 /nobreak
9+
ping -n 301 127.0.0.1 > nul
1010

1111
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

Comments
 (0)