We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124d11e commit 50aa037Copy full SHA for 50aa037
builds/azure-pipelines/template-steps-publish.yml
@@ -35,6 +35,13 @@ steps:
35
MaxConcurrency: '50'
36
MaxRetryAttempts: '5'
37
38
+- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
39
+ displayName: 'SBOM Generation Task'
40
+ inputs:
41
+ BuildDropPath: '$(Build.ArtifactStagingDirectory)'
42
+ PackageName: 'Azure SQL bindings for Azure Functions'
43
+ PackageVersion: '$(nugetVersion)'
44
+
45
- task: PublishPipelineArtifact@1
46
displayName: 'Publish Pipeline Artifact'
47
inputs:
0 commit comments