Skip to content

Commit

Permalink
Merge pull request #150 from dotnet/feature/SbomFixPath
Browse files Browse the repository at this point in the history
Remove custom SBOM fix
  • Loading branch information
MiYanni authored Aug 16, 2022
2 parents d0dca99 + 2f7dbbb commit 2d83bcb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
29 changes: 0 additions & 29 deletions build/UpdateManifestJsonForSbom.ps1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@
<SwrFile Include="files.swr" />
</ItemGroup>

<!-- Updates insertion manifests (json) for creating the vsman files for insertion to include the SPDX SBOM json. -->
<Target Name="UpdateManifestJsonForSbom" AfterTargets="SwixBuild" Condition="'$(SbomManifestJsonDirectory)' != '' AND '$(SbomMetadataDirectory)' != ''">
<Exec ContinueOnError="false" Command="powershell -NonInteractive -NoLogo -NoProfile -ExecutionPolicy Unrestricted -Command &quot;. $(MSBuildThisFileDirectory)..\..\..\build\UpdateManifestJsonForSbom.ps1 -manifestJsonPath '$(SbomManifestJsonDirectory)\Microsoft.NuGet.Build.Tasks.Setup.json' -sbomMetadataPath '$(SbomMetadataDirectory)\spdx_2.2\manifest.spdx.json'&quot;" />
</Target>

</Project>

0 comments on commit 2d83bcb

Please sign in to comment.