Update PreFast run stage in OneBranchBuild.yml to "Guardian" to avoid race condition with build. by vineeththomasalex · Pull Request #1534 · microsoft/cppwinrt

added 3 commits

February 3, 2026 16:51
Removed PreFast parameters from build configuration.
Changed PreFast run stage from 'Build' to 'Guardian' to enable it only during the Guardian stage.
Fix indentation for ob_sdl_prefast_runDuring in OneBranchBuild.yml

DefaultRyan