Skip to content

Commit 41b81f4

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
quote paths
1 parent d78bc9e commit 41b81f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ extends:
8484
buildName: aarch64-pc-windows-msvc
8585
variables:
8686
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
87-
ob_sdl_tsa_configFile: $(Build.SourcesDirectory)\DSC\.config\tsaoptions.json
87+
ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
8888
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
89-
repoRoot: $(Build.SourcesDirectory)\DSC
90-
signSrcPath: $(Agent.TempDirectory)\signSrcPath
89+
repoRoot: '$(Build.SourcesDirectory)\DSC'
90+
signSrcPath: '$(Agent.TempDirectory)\signSrcPath'
9191
ob_artifactBaseName: 'DSC-$(buildName)'
9292
ob_sdl_sbom_enabled: true
9393
ob_signing_setup_enabled: true

0 commit comments

Comments
 (0)