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 4da9066Copy full SHA for 4da9066
BuildLogging.bat
@@ -3,7 +3,7 @@
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 /t:restore /p:Configuration=%VCC_CONFIG% /p:Platform=x86
7
set _CL_=/DUSE_LOGGING
8
call Build.bat
9
) else (
0 commit comments