File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 if : matrix.config == 'debug'
172172 run : |
173173 :: cmake --build build --target check --config Debug || exit /b !errorlevel!
174- msbuild -m cppcheck.sln /p:Configuration=Debug-PCRE;Platform=x64 -maxcpucount || exit /b !errorlevel!
174+ msbuild -m cppcheck.sln /p:Configuration=Debug-PCRE;Platform=x64 /p:UseMultiToolTask=true -maxcpucount || exit /b !errorlevel!
175175 env :
176176 _CL_ : /WX
177177
@@ -183,7 +183,7 @@ jobs:
183183 if : matrix.config == 'release'
184184 run : |
185185 :: cmake --build build --target check --config Release || exit /b !errorlevel!
186- msbuild -m cppcheck.sln /p:Configuration=Release-PCRE;Platform=x64 -maxcpucount || exit /b !errorlevel!
186+ msbuild -m cppcheck.sln /p:Configuration=Release-PCRE;Platform=x64 /p:UseMultiToolTask=true -maxcpucount || exit /b !errorlevel!
187187 env :
188188 _CL_ : /WX
189189
You can’t perform that action at this time.
0 commit comments