Skip to content

Commit 769d959

Browse files
committed
Disable SBOM, signing, and codeQL for the publish job (#3986)
1 parent 2cc8580 commit 769d959

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pipelines/PSReadLine-Official.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ extends:
265265
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
266266
- name: nugetPath
267267
value: $(Pipeline.Workspace)\NuGetPackage
268+
# Disable SBOM, signing, and codeQL for this job
269+
- name: ob_sdl_sbom_enabled
270+
value: false
271+
- name: ob_signing_setup_enabled
272+
value: false
273+
- name: ob_sdl_codeql_compiled_enabled
274+
value: false
268275
pool:
269276
type: windows
270277

0 commit comments

Comments
 (0)