|
|
|
@ -17,7 +17,7 @@
@@ -17,7 +17,7 @@
|
|
|
|
|
properties available for the projects inside the solution |
|
|
|
|
(but this works using the command line) --> |
|
|
|
|
<!-- C) We need to use MSBuild 4.0, but the build server uses MSBuild 2.0 --> |
|
|
|
|
<MSBuildExecutable>"$(MSBuildBinPath)\..\v4.0.30319\msbuild.exe"</MSBuildExecutable> |
|
|
|
|
<MSBuildExecutable>"$(MSBuildBinPath)\msbuild.exe"</MSBuildExecutable> |
|
|
|
|
<BuildProperties>/p:Configuration=Release "/p:Platform=Any CPU"</BuildProperties> |
|
|
|
|
<BuildProperties>$(BuildProperties) "/p:BranchName=$(BranchName)"</BuildProperties> |
|
|
|
|
<BuildProperties>$(BuildProperties) $(AdditionalBuildProperties)</BuildProperties> |
|
|
|
|