MSBuild Log Discrepancy
Summary A developer investigating build configuration issues via MSBuild Diagnostic logs noticed a discrepancy between the MSBuild script (vcpkg.targets) and the resulting log output. Specifically, several property assignments defined in early <PropertyGroup> blocks were missing from the log, even though the verbosity was set to Diagnostic. This led to confusion regarding whether the build system … Read more