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 e871b98 commit 9a95cc1Copy full SHA for 9a95cc1
.pipelines/DSC-Official.yml
@@ -417,13 +417,13 @@ extends:
417
variables:
418
- name: PackageVersion
419
value: $[ stageDependencies.BuildAndSign.SetPackageVersion.outputs['Package.Version'] ]
420
- - name: ob_outputDirectory
421
- value: '$(Build.ArtifactStagingDirectory)'
422
jobs:
423
- job: ReleaseUniversalPackageJob
424
displayName: Release Universal Package job
425
pool:
426
type: windows
+ variables:
+ ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
427
steps:
428
- download: current
429
artifact: drop_ReleasePreparation_ReleasePreparationJob
0 commit comments