Skip to content

Commit 4586837

Browse files
[release/v7.4] Disable SBOM generation on set variables job in release build (PowerShell#25341)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent 3e5477f commit 4586837

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pipelines/PowerShell-Coordinated_Packages-Official.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ extends:
137137
value: $(Build.SourcesDirectory)\PowerShell\.config\tsaoptions.json
138138
- name: ob_signing_setup_enabled
139139
value: false
140+
- name: ob_sdl_sbom_enabled
141+
value: false
140142

141143
steps:
142144
- checkout: self

0 commit comments

Comments
 (0)