Skip to content

Commit

Permalink
Disable SBOM, signing, and codeQL for the publish job (#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored Apr 3, 2024
1 parent fdac7de commit 4023f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pipelines/PSReadLine-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ extends:
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
- name: nugetPath
value: $(Pipeline.Workspace)\NuGetPackage
# Disable SBOM, signing, and codeQL for this job
- name: ob_sdl_sbom_enabled
value: false
- name: ob_signing_setup_enabled
value: false
- name: ob_sdl_codeql_compiled_enabled
value: false
pool:
type: windows

Expand Down

0 comments on commit 4023f06

Please sign in to comment.