Skip to content

Commit 3c59af7

Browse files
committed
msbuild
1 parent 066e56e commit 3c59af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)