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>2018-12-28 05:53:48 +0300
committerKirill Osenkov <github@osenkov.com>2018-12-28 05:53:48 +0300
commit472c705850445dcf137c5751bc476bf359baa89a (patch)
treec7b7ed9cff83b5e9bf1406d48d0d7aff013d8c9d /main/Makefile.am
parent748fe145a21945d1fa00d42ab4dc056f349b53f3 (diff)
Add /noautorsp when building vs-editor-core.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 67b59b3354..a99f508d80 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -29,7 +29,7 @@ NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelPro
restore-packages:
@$(NUGET_RESTORE)
msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj
- msbuild /r /bl:VSEditorCore.binlog external/vs-editor-core/VSEditorCore.proj
+ msbuild /r /bl:VSEditorCore.binlog /noautorsp external/vs-editor-core/VSEditorCore.proj
mono external/fsharpbinding/.paket/paket.bootstrapper.exe
pushd . && cd external/fsharpbinding && mono .paket/paket.exe restore && popd