[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] Set Inf2CatUseLocalTime
Without this flag, builds will fail at night when the local date drifts from UTC. Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx> --- To be applied to other repos as well. --- vs2019/package/package.vcxproj | 1 + vs2022/package/package.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/vs2019/package/package.vcxproj b/vs2019/package/package.vcxproj index 620b1be..7ebd0c5 100644 --- a/vs2019/package/package.vcxproj +++ b/vs2019/package/package.vcxproj @@ -17,6 +17,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <PropertyGroup> <EnableInf2cat>true</EnableInf2cat> + <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime> <Inf2CatWindowsVersionList Condition="'$(Platform)'=='x64'">10_x64;Server10_x64;ServerRS5_X64;ServerFE_X64;10_CO_X64</Inf2CatWindowsVersionList> <Inf2CatWindowsVersionList Condition="'$(Platform)'=='Win32'">10_x86</Inf2CatWindowsVersionList> <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> diff --git a/vs2022/package/package.vcxproj b/vs2022/package/package.vcxproj index 1bff54f..f692b96 100644 --- a/vs2022/package/package.vcxproj +++ b/vs2022/package/package.vcxproj @@ -17,6 +17,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <PropertyGroup> <EnableInf2cat>true</EnableInf2cat> + <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime> <Inf2CatWindowsVersionList Condition="'$(Platform)'=='x64'">10_x64;Server10_x64;ServerRS5_X64;ServerFE_X64;10_CO_X64</Inf2CatWindowsVersionList> <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> <EnableDeployment>False</EnableDeployment> -- 2.49.0.windows.1 Ngoc Tu Dinh | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |