Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2019-01-16 01:46:44 +0300
committerKirill Osenkov <github@osenkov.com>2019-01-16 01:46:44 +0300
commit8829daa51e9e6ce812b0dc32cae5db9eae0adc52 (patch)
treeadda4e83d3b02a04fcf7f01f0a1efdaecf355cf2 /main/winbuild.bat
parent8843c393ba09f37f9c86fa89534f2664a082be6b (diff)
Don't fail Windows build if failed to restore NuGet.
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index 6a2a16caa2..7216799d94 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -31,7 +31,7 @@ exit /b 1
git submodule sync || goto :error
git submodule update --init --recursive || goto :error
-"external\nuget-binary\NuGet.exe" restore Main.sln || goto :error
+"external\nuget-binary\NuGet.exe" restore Main.sln
"%MSBUILD_EXE%" external\fsharpbinding\.paket\paket.targets /t:RestorePackages /p:PaketReferences="%~dp0external\fsharpbinding\MonoDevelop.FSharpBinding\paket.references"