We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a992ed commit d9fbf7cCopy full SHA for d9fbf7c
1 file changed
azure-pipeline/azure-pipeline.yml
@@ -63,8 +63,8 @@ extends:
63
artifactName: Nuget packages
64
targetPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
65
sbomEnabled: true
66
- sbomBuildDropPath: $(Build.SourcesDirectory)\bin\Release\Packages
67
- sbomBuildComponentPath: $(Build.SourcesDirectory)\bin\Release\Packages
+ sbomBuildDropPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
+ sbomBuildComponentPath: $(Build.SourcesDirectory)\.binaries\Packages\Release
68
sbomPackageName: Microsoft.AspNet.OutputCache
69
# sbomPackageVersion: $(NugetPackageVersion)
70
sbomValidate: true
0 commit comments