File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ steps:
4343 displayName : Download SBOM Tool
4444
4545- powershell : |
46- .\ sbom-tool.exe generate `
47- -b "$(Build.ArtifactStagingDirectory)" `
46+ ./ sbom-tool.exe generate `
47+ -b "$(Build.ArtifactStagingDirectory)/packages " `
4848 -bc "$(Build.SourcesDirectory)" `
4949 -pn "ASP.NET API Versioning" `
5050 -pv "$(Build.BuildNumber)" `
5151 -ps ".NET Foundation" `
5252 -nsb "urn:dnf:aspnet-api-versioning" `
53- -mi SPDX:3.0
53+ -mi SPDX:3.0 `
5454 -V Verbose
5555 displayName : Generate SBOM
5656
6363
6464- task : PublishPipelineArtifact@1
6565 inputs :
66- targetPath : / $(Build.ArtifactStagingDirectory)/_manifest
66+ targetPath : $(Build.ArtifactStagingDirectory)/packages /_manifest
6767 artifact : sbom
6868 displayName : Publish SBOM
You can’t perform that action at this time.
0 commit comments