Skip to content

Commit

Permalink
Enable SPGO for OneBranch Builds (microsoft#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Mar 12, 2024
1 parent 5d070d6 commit a59a390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure/obtemplates/build-winkernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
ob_outputDirectory: $(Build.SourcesDirectory)\artifacts\bin\winkernel
ob_sdl_binskim_break: true # https://aka.ms/obpipelines/sdl
ob_sdl_codeSignValidation_excludes: -|**\*.sys # Disable signing requirements for KM builds
ob_spgo_enabled: true # Enable SPGO
steps:
- script: scripts\onebranch-build-kernel.cmd ${{ parameters.config }} x64
displayName: x64
Expand Down
1 change: 1 addition & 0 deletions .azure/obtemplates/build-winuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
ob_outputDirectory: $(Build.SourcesDirectory)\artifacts\bin\${{ parameters.platform }}
ob_sdl_binskim_break: true # https://aka.ms/obpipelines/sdl
ob_sdl_codeSignValidation_excludes: -|**\*.exe # Disable signing requirements for test executables
ob_spgo_enabled: true # Enable SPGO
steps:
- task: PowerShell@2
displayName: Prepare Build Machine
Expand Down

0 comments on commit a59a390

Please sign in to comment.