Skip to content

Commit

Permalink
Include SBOM tool in targets nuget package (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund authored Sep 25, 2024
1 parent ffdc9ef commit 7b69133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Sbom.Targets/Microsoft.Sbom.Targets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</Target>

<!-- Include the SBOM CLI Tool to the .NET Framework package folder. -->
<Target Name="AddSbomToolToPackage" AfterTargets="Build">
<Target Name="AddSbomToolToPackage" BeforeTargets="_GetPackageFiles" >
<MSBuild Projects="..\Microsoft.Sbom.Tool\Microsoft.Sbom.Tool.csproj" Properties="TargetFramework=$(SbomCLIToolTargetFramework)" Targets="Publish" />
<ItemGroup>
<Content Include="..\Microsoft.Sbom.Tool\bin\$(Configuration)\$(SbomCLIToolTargetFramework)\publish\**" Pack="true">
Expand Down

0 comments on commit 7b69133

Please sign in to comment.