Skip to content

Commit

Permalink
add output path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Glac committed Oct 11, 2024
1 parent 2b2175b commit 58b372e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-devops/nova-facade-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ extends:
serviceTreeID: $(serviceTreeID)
- template: /.azure-devops/steps/compliance-steps.yml@self
- job: Release
templateContext:
outputs:
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)
sbomPackageName: SBom-$(System.JobAttempt)
sbomBuildDropPath: $(System.DefaultWorkingDirectory)/_manifest
variables:
- group: oss-secrets
dependsOn: Compliance
Expand Down

0 comments on commit 58b372e

Please sign in to comment.