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:
authorMike Krüger <mkrueger@xamarin.com>2016-10-11 15:59:49 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-10-11 15:59:49 +0300
commit7fa49d3fca18c6bdfd758508c3c129c0f35678e3 (patch)
treed26b9a63e2e677ebaf502eba628da81915418468 /main/winbuild.bat
parent9c9fb52c5b22dae03905d68823b88803c142ebf9 (diff)
Fixed windows build batch files.
We've moved the nuget to a submodule.
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 f4533f8579..7a0e4fc145 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1,4 +1,4 @@
-".nuget\NuGet.exe" restore Main.sln
+"external\nuget-binary\NuGet.exe" restore Main.sln
"external\RefactoringEssentials\.nuget\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=ReleaseWin32 /p:Platform="Any CPU"