Open
Description
Hello everyone,
we are currently using Microsoft.Sbom.Targets to generate SBOMs for our applications. However, we have encountered a limitation where Microsoft.Sbom.Targets only provides a target for dotnet pack
.
To better support our workflow, we would like to request the addition of a target for dotnet publish
. This would enable us to generate SBOMs for non-NuGet packages as well and simplify our pipelines.
The output should be the same as using the SBOM tool directly.