diff --git a/scripts/ci/windows-build.bat b/scripts/ci/windows-build.bat index 0edac0814..2181c2bc8 100644 --- a/scripts/ci/windows-build.bat +++ b/scripts/ci/windows-build.bat @@ -24,8 +24,7 @@ msbuild OSRM.sln ^ /p:WarningLevel=0 ^ /clp:NoSummary;NoItemAndPropertyList;ErrorsOnly ^ /p:RunCodeAnalysis=false ^ -/Zm200 ^ -/toolsversion:Current ^ +/toolsversion:16.0 ^ /clp:Verbosity=quiet ^ /nologo IF %ERRORLEVEL% NEQ 0 GOTO ERROR