From 0d7fdda774aad750b6a3d0a5da1f88c046a7d19d Mon Sep 17 00:00:00 2001 From: nosami Date: Tue, 14 Nov 2017 13:49:41 +0000 Subject: [F#] Fixes #524437. Restore F# packages sooner So that StrongNamer is restored before the F# addin is built. --- main/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/Makefile.am') 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 -- cgit v1.2.3