Skip to content

Commit 9a95cc1

Browse files
Add ob_outputDirectory at the job level
1 parent e871b98 commit 9a95cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,13 +417,13 @@ extends:
417417
variables:
418418
- name: PackageVersion
419419
value: $[ stageDependencies.BuildAndSign.SetPackageVersion.outputs['Package.Version'] ]
420-
- name: ob_outputDirectory
421-
value: '$(Build.ArtifactStagingDirectory)'
422420
jobs:
423421
- job: ReleaseUniversalPackageJob
424422
displayName: Release Universal Package job
425423
pool:
426424
type: windows
425+
variables:
426+
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
427427
steps:
428428
- download: current
429429
artifact: drop_ReleasePreparation_ReleasePreparationJob

0 commit comments

Comments
 (0)