Skip to content

Commit

Permalink
move variables
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 183c038 commit 696f6ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pipelines/DSC-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,6 @@ extends:
condition: ne(variables['Build.Reason'], 'Schedule')
variables:
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
ob_sdl_sbom_enabled: false
ob_signing_setup_enabled: false
ob_sdl_codeql_compiled_enabled: false
drop: $(Pipeline.Workspace)/drop_build_main
jobs:
- job: Validation
displayName: Manual validation
Expand All @@ -394,6 +390,10 @@ extends:
type: windows
variables:
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
ob_sdl_sbom_enabled: false
ob_signing_setup_enabled: false
ob_sdl_codeql_compiled_enabled: false
drop: $(Pipeline.Workspace)/drop_build_main
steps:
- download: current
displayName: Download artifacts
Expand Down

0 comments on commit 696f6ce

Please sign in to comment.