From 32ca8d733f8eaaf158303d6262eb1f581cd75f6b Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Wed, 23 Aug 2017 14:19:38 +0200 Subject: [PATCH] Fix mac restore/build after additional nuget dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc2a8be..6206809 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ peppersharp: check (cd electron-dotnet/tools; mono ./build/nuget.exe pack ./nuget/Xamarin.PepperSharp.nuspec -outputdirectory ./build/nuget -properties Configuration=Release -basepath ../../PepperSharp) websharpjs: - (cd electron-dotnet/src/websharpjs/WebSharp.js; msbuild WebSharp.js.sln /p:Configuration=Release) + (cd electron-dotnet/src/websharpjs/WebSharp.js; msbuild WebSharp.js.sln /p:Configuration=Release /t:restore,build) (cd electron-dotnet/src/websharpjs/WebSharp.js; mono ../../../tools/build/nuget.exe pack WebSharp.js.nuspec -OutputDirectory ./bin/Release) # copy nuget to local nuget repo (cp electron-dotnet/src/websharpjs/WebSharp.js/bin/Release/*.nupkg electron-dotnet/tools/build/nuget)