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:
authorJérémie Laval <jeremie.laval@gmail.com>2018-12-28 19:01:34 +0300
committerJérémie Laval <jeremie.laval@gmail.com>2018-12-28 19:03:33 +0300
commit825139cc410d83a08ac6a20c7a643a72f8aa5b54 (patch)
tree90f67fdb37b4e656a658753c07a96f3ba623dad0 /main/Makefile.am
parent472c705850445dcf137c5751bc476bf359baa89a (diff)
Add CocoaControls NuGet restore step
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 a99f508d80..3a27778177 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 /noautorsp external/vs-editor-core/VSEditorCore.proj
+ msbuild /t:Restore /p:RestoreDisableParallel=true external/vs-editor-core/src/CocoaControls/CocoaControls.csproj
mono external/fsharpbinding/.paket/paket.bootstrapper.exe
pushd . && cd external/fsharpbinding && mono .paket/paket.exe restore && popd