aboutsummaryrefslogtreecommitdiff
path: root/build/GenerateReleasePackage.bat
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-12-08 20:27:01 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-12-08 20:27:01 +0000
commit649eb54a99166127d1f4ff2df4953ae204f7da13 (patch)
tree964aed48823d6c405771759f814bb9d2c04503d8 /build/GenerateReleasePackage.bat
parent865de6a2907f50bd3c0674ef125c92d6f04e877b (diff)
downloadprotobuf-649eb54a99166127d1f4ff2df4953ae204f7da13.tar.gz
protobuf-649eb54a99166127d1f4ff2df4953ae204f7da13.tar.bz2
protobuf-649eb54a99166127d1f4ff2df4953ae204f7da13.zip
Fixed a bug in the build process that caused ReleaseBinaries package to be populated with redundant empty directories
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