We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede5648 commit 618f2c3Copy full SHA for 618f2c3
.pipelines/DSC-Official.yml
@@ -133,10 +133,9 @@ extends:
133
variables:
134
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
135
ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
136
- ob_sdl_sbom_enabled: true
+ ob_sdl_sbom_enabled: false
137
ob_signing_setup_enabled: true
138
- ob_sdl_codeql_compiled_enabled: true
139
- ob_restore_phase: true
+ ob_sdl_codeql_compiled_enabled: false
140
pool:
141
type: windows
142
steps:
0 commit comments