Skip to content

Commit

Permalink
add missing condition to generate bom (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Jan 20, 2022
1 parent cc68639 commit 4e13b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 'Generate BOM'
condition: succeededOrFailed()
inputs:
BuildDropPath: $(Build.ArtifactStagingDirectory)

Expand Down

0 comments on commit 4e13b89

Please sign in to comment.