Skip to content

Commit

Permalink
Fix mac restore/build after additional nuget dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Aug 23, 2017
1 parent 4d05f7c commit 32ca8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 32ca8d7

Please sign in to comment.