[ci] Add MSBuild color.

This commit is contained in:
Alexei Podtelezhnikov 2023-12-18 14:13:26 +00:00
parent a127214a05
commit 77c7985f93
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@ variables:
script:
- git submodule update --init --recursive
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
MSBUILD.exe -t:Rebuild
MSBuild.exe -clp:ForceConsoleColor -t:Rebuild
-p:Configuration=Debug
-p:Platform=$env:PLATFORM
-p:UserDefines=FT_DEBUG_LOGGING
@ -120,6 +120,7 @@ windows msbuild vs2019 amd64:
variables:
ARCH: 'amd64'
PLATFORM: 'x64'
# Linux Jobs.
#
# Jobs with "libs" in the name force-enable libraries.