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 d9d44e6 commit 9e4a394Copy full SHA for 9e4a394
.pipelines/DSC-Official.yml
@@ -370,7 +370,6 @@ extends:
370
condition: ne(variables['Build.Reason'], 'Schedule')
371
variables:
372
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
373
- ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
374
ob_sdl_sbom_enabled: false
375
ob_signing_setup_enabled: false
376
ob_sdl_codeql_compiled_enabled: false
@@ -393,6 +392,8 @@ extends:
393
392
displayName: Publish draft to GitHub
394
pool:
395
type: windows
+ variables:
396
+ ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
397
steps:
398
- download: current
399
displayName: Download artifacts
0 commit comments