Skip to content

Commit 79a2344

Browse files
Add SBOM generation task
1 parent 99e6f50 commit 79a2344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ steps:
6868
TargetFolder: '$(Build.ArtifactStagingDirectory)'
6969
displayName: 'Copy package to artifacts directory'
7070

71+
- task: ManifestGeneratorTask@0
72+
inputs:
73+
BuildDropPath: '$(Build.ArtifactStagingDirectory)'
74+
Verbosity: 'Information'
75+
displayName: 'SBOM Generation Task'
76+
7177
- task: NuGetCommand@2
7278
condition: and(ne(variables['Build.Reason'], 'PullRequest'), in(variables['Build.SourceBranch'], 'refs/heads/v4.x/ps7.2', 'refs/heads/v4.x/ps7.0' , 'refs/heads/v3.x/ps7', 'refs/heads/v3.x/ps6', 'refs/heads/v2.x'), eq(variables['UPLOADPACKAGETOPRERELEASEFEED'], false))
7379
inputs:

0 commit comments

Comments
 (0)