Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .pipelines/OneBranch.Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ extends:
BuildConfiguration: $(BuildConfiguration)
BuildVersion: $(BuildVersion)
OfficialBuild: true
ob_sdl_prefast_enabled: true
ob_sdl_prefast_runDuring: "Guardian" # Enabling PreFast only for build stage

- stage: vpack
dependsOn: build
Expand All @@ -68,7 +66,6 @@ extends:
type: windows
variables:
ob_outputDirectory: '$(Build.SourcesDirectory)\out'

ob_createvpack_enabled: true
ob_createvpack_packagename: CppWinRT.Compiler
ob_createvpack_owneralias: cpp4uwpt
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/jobs/OneBranchBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ob_sdl_codeSignValidation_excludes: '-|**\*.exe;-|**\*.dll'

ob_sdl_prefast_enabled: true
ob_sdl_prefast_runDuring: 'Build'
ob_sdl_prefast_runDuring: "Guardian"
ob_sdl_checkCompliantCompilerWarnings: true

ob_symbolsPublishing_enabled: ${{ parameters.OfficialBuild }}
Expand Down