Skip to content

Commit

Permalink
Add Build.bat
Browse files Browse the repository at this point in the history
References #41
  • Loading branch information
andreashuber-lawo committed Apr 11, 2017
1 parent 689590d commit 6f8bcb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
powershell -Command "Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile '%~dp0nuget.exe'"
"%~dp0nuget.exe" restore "%~dp0Lawo.EmberPlusSharp.sln"
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" Lawo.EmberPlusSharp.sln /t:Clean /p:Configuration=Release
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" Lawo.EmberPlusSharp.sln /t:Build /p:Configuration=Release

0 comments on commit 6f8bcb3

Please sign in to comment.