Skip to content

Commit

Permalink
Undo vsmanproj
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie-msft committed Feb 25, 2025
1 parent b0077fc commit 000b9fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
</ItemGroup>

<ItemGroup Condition=" '$(IsVsixBuild)' != 'true' ">
<MergeManifest Include="$(VsixPublishDestination)$(MSBuildProjectName).json" />
<MergeManifest Include="$(VsixPublishDestination)$(MSBuildProjectName).json"
SBOMFileLocation="$(ManifestDirPath)\_manifest\spdx_2.2\manifest.spdx.json" />
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</PropertyGroup>

<ItemGroup>
<MergeManifest Include="$(VsixPublishDestination)Microsoft.VisualStudio.NuGet.Core.json" />
<MergeManifest Include="$(VsixPublishDestination)Microsoft.VisualStudio.NuGet.Core.json"
SBOMFileLocation="$(ManifestDirPath)\_manifest\spdx_2.2\manifest.spdx.json" />
</ItemGroup>

<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
Expand Down

0 comments on commit 000b9fe

Please sign in to comment.