Skip to content

Commit d9fbf7c

Browse files
committed
Fix path for SBOM creation/validation.
1 parent 8a992ed commit d9fbf7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipeline/azure-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ extends:
6363
artifactName: Nuget packages
6464
targetPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
6565
sbomEnabled: true
66-
sbomBuildDropPath: $(Build.SourcesDirectory)\bin\Release\Packages
67-
sbomBuildComponentPath: $(Build.SourcesDirectory)\bin\Release\Packages
66+
sbomBuildDropPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
67+
sbomBuildComponentPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
6868
sbomPackageName: Microsoft.AspNet.OutputCache
6969
# sbomPackageVersion: $(NugetPackageVersion)
7070
sbomValidate: true

0 commit comments

Comments
 (0)