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 d78bc9e commit 41b81f4Copy full SHA for 41b81f4
.pipelines/DSC-Official.yml
@@ -84,10 +84,10 @@ extends:
84
buildName: aarch64-pc-windows-msvc
85
variables:
86
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
87
- ob_sdl_tsa_configFile: $(Build.SourcesDirectory)\DSC\.config\tsaoptions.json
+ ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
88
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
89
- repoRoot: $(Build.SourcesDirectory)\DSC
90
- signSrcPath: $(Agent.TempDirectory)\signSrcPath
+ repoRoot: '$(Build.SourcesDirectory)\DSC'
+ signSrcPath: '$(Agent.TempDirectory)\signSrcPath'
91
ob_artifactBaseName: 'DSC-$(buildName)'
92
ob_sdl_sbom_enabled: true
93
ob_signing_setup_enabled: true
0 commit comments