Lines Matching defs:BUILD_CMD
60 set BUILD_CMD="%D%bundle\snapshot.wixproj"
62 set BUILD_CMD=%BUILD_CMD% /p:UseTestMarker=true
65 set BUILD_CMD=%BUILD_CMD% /p:Pack=true
68 set BUILD_CMD=%BUILD_CMD% /t:Rebuild
72 %MSBUILD% /p:Platform=x86 %BUILD_CMD%
76 %MSBUILD% /p:Platform=x64 %BUILD_CMD%
80 %MSBUILD% /p:Platform=ARM64 %BUILD_CMD%