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.
2 parents c1fb47b + b16872e commit f64f435Copy full SHA for f64f435
eng/pipelines/official/jobs/prepare-signed-artifacts.yml
@@ -8,8 +8,6 @@ jobs:
8
- job: PrepareSignedArtifacts
9
displayName: Prepare Signed Artifacts
10
dependsOn: ${{ parameters.dependsOn }}
11
- # Disable SBOM at job template level
12
- enableSbom: false
13
pool:
14
name: $(DncEngInternalBuildPool)
15
demands: ImageOverride -equals 1es-windows-2022
@@ -79,4 +77,4 @@ jobs:
79
77
**/*.binlog
80
78
TargetFolder: '$(Build.StagingDirectory)\BuildLogs'
81
continueOnError: true
82
- condition: succeededOrFailed()
+ condition: succeededOrFailed()
0 commit comments