aboutsummaryrefslogtreecommitdiff
path: root/build/GenerateReleasePackage.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/GenerateReleasePackage.bat')
-rw-r--r--build/GenerateReleasePackage.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/GenerateReleasePackage.bat b/build/GenerateReleasePackage.bat
index 30e05bad..70111b74 100644
--- a/build/GenerateReleasePackage.bat
+++ b/build/GenerateReleasePackage.bat
@@ -1,4 +1,7 @@
@ECHO OFF
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:PrepareOutputDirectory
+IF ERRORLEVEL 1 GOTO END
+
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:Build;PreparePackageComponent /p:BuildConfiguration=Release /p:Platform="Any CPU"
IF ERRORLEVEL 1 GOTO END