diff --git a/restore.cmd b/restore.cmd index 655c2b0..8ba0d7c 100644 --- a/restore.cmd +++ b/restore.cmd @@ -4,7 +4,7 @@ set maxRetries=5 :RESTORE -nuget restore SpiroNet.sln -source "https://www.nuget.org/api/v2/;https://www.myget.org/F/avalonia-ci/api/v2" +nuget restore SpiroNet.sln IF NOT ERRORLEVEL 1 GOTO :EOF