diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b56ca090c..9e5958f19 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -201,6 +201,17 @@ jobs: buildType: 'current' downloadType: 'specific' downloadPath: '$(Build.SourcesDirectory)' + - task: ManifestGeneratorTask@0 + displayName: 'SBOM Generation Task' + inputs: + BuildDropPath: '$(Build.SourcesDirectory)' + BuildComponentPath: '$(Build.SourcesDirectory)' + Verbosity: 'Verbose' + - task: CopyFiles@2 + inputs: + SourceFolder: '$(Build.SourcesDirectory)\_manifest' + Contents: '**' + TargetFolder: '$(Build.ArtifactStagingDirectory)' - task: NuGetCommand@2 inputs: command: pack @@ -219,4 +230,4 @@ jobs: nuGetFeedType: 'internal' publishVstsFeed: 'e6a70c92-4128-439f-8012-382fe78d6396/f37f760c-aebd-443e-9714-ce725cd427df' allowPackageConflicts: true - displayName: '[Integration Test] Push NuGet package to the AzureFunctionsPreRelease feed' + displayName: '[Integration Test] Push NuGet package to the AzureFunctionsPreRelease feed' \ No newline at end of file