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.
1 parent 7c26dd6 commit 88468c2Copy full SHA for 88468c2
.pipelines/DSC-Official.yml
@@ -87,8 +87,7 @@ extends:
87
ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
88
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
89
repoRoot: '$(Build.SourcesDirectory)\DSC'
90
- signSrcPath: '$(repoRoot)/out'
91
- ob_artifactBaseName: 'DSC-$(buildName)'
+ signSrcPath: '$(Build.SourcesDirectory)\out'
92
ob_sdl_sbom_enabled: true
93
ob_signing_setup_enabled: true
94
ob_sdl_codeql_compiled_enabled: false
0 commit comments