Skip to content

Commit

Permalink
move outputdir var back
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Lee (POWERSHELL HE/HIM) (from Dev Box) committed Sep 3, 2024
1 parent 89033e3 commit 183c038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pipelines/DSC-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ extends:
condition: ne(variables['Build.Reason'], 'Schedule')
variables:
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
ob_sdl_sbom_enabled: false
ob_signing_setup_enabled: false
ob_sdl_codeql_compiled_enabled: false
Expand All @@ -393,6 +392,8 @@ extends:
displayName: Publish draft to GitHub
pool:
type: windows
variables:
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
steps:
- download: current
displayName: Download artifacts
Expand Down

0 comments on commit 183c038

Please sign in to comment.