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:
authornosami <jasonimison@gmail.com>2017-11-14 16:49:41 +0300
committernosami <jasonimison@gmail.com>2017-11-14 16:49:41 +0300
commit0d7fdda774aad750b6a3d0a5da1f88c046a7d19d (patch)
tree6bb1a85239d9f490da8c132fb81b8bd921add79a /main/Makefile.am
parent08bbdffcea1d20208811bd4bf49333bffed33d9b (diff)
[F#] Fixes #524437. Restore F# packages sooner
So that StrongNamer is restored before the F# addin is built.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 82634e8d54..d9156b9dfa 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -29,6 +29,8 @@ 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
+ mono external/fsharpbinding/.paket/paket.bootstrapper.exe
+ pushd . && cd external/fsharpbinding && mono .paket/paket.exe restore && popd
vcrevision:
touch vcrevision