Skip to content

Commit 9e4a394

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
move outputdir var back
1 parent d9d44e6 commit 9e4a394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ extends:
370370
condition: ne(variables['Build.Reason'], 'Schedule')
371371
variables:
372372
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
373-
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
374373
ob_sdl_sbom_enabled: false
375374
ob_signing_setup_enabled: false
376375
ob_sdl_codeql_compiled_enabled: false
@@ -393,6 +392,8 @@ extends:
393392
displayName: Publish draft to GitHub
394393
pool:
395394
type: windows
395+
variables:
396+
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
396397
steps:
397398
- download: current
398399
displayName: Download artifacts

0 commit comments

Comments
 (0)