We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b742949 commit 2cc0988Copy full SHA for 2cc0988
BuildLogging.bat
@@ -3,7 +3,8 @@
3
4
set VCC_CONFIG=Release
5
if exist "%VSINSTALLDIR%\MSBuild\Current\Bin\MSBuild.exe" (
6
- msbuild vcc.sln /t:Clean /p:Configuration=%VCC_CONFIG% /p:Platform=x86
+ msbuild vcc.sln /t:clean /p:Configuration=%VCC_CONFIG% /p:Platform=x86
7
+ msbuild vcc.sln /t:restore /p:Configuration=%VCC_CONFIG% /p:Platform=x86
8
set _CL_=/DUSE_LOGGING
9
call Build.bat
10
) else (
0 commit comments