We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc8580 commit 769d959Copy full SHA for 769d959
1 file changed
.pipelines/PSReadLine-Official.yml
@@ -265,6 +265,13 @@ extends:
265
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
266
- name: nugetPath
267
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
273
+ - name: ob_sdl_codeql_compiled_enabled
274
275
pool:
276
type: windows
277
0 commit comments