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:
Diffstat (limited to 'main/winbuild.sh')
-rw-r--r--main/winbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/winbuild.sh b/main/winbuild.sh
index 57ea7b537a..5d71de36bc 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,4 +1,4 @@
-./external/nuget-binary/NuGet.exe restore Main.sln
-export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
+./.nuget/NuGet.exe restore Main.sln
+export PATH="/c/Program Files (x86)/MSBuild/14.0/Bin:$PATH"
pushd ..; git submodule update --init --recursive || exit 1; popd
MSBuild.exe -m Main.sln -p:Configuration=DebugWin32 $*