diff --git a/Build.bat b/Build.bat new file mode 100644 index 00000000..fe18e0a4 --- /dev/null +++ b/Build.bat @@ -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