зеркало из https://github.com/microsoft/msquic.git
Enable SPGO for OneBranch Builds (#4189)
This commit is contained in:
Родитель
5d070d661c
Коммит
a59a3903a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче