Skip to content

Commit

Permalink
Annotate compiled templates with NuGetPackageId metadata
Browse files Browse the repository at this point in the history
For consistency with nuget-provided compile items.
  • Loading branch information
kzu committed Dec 23, 2024
1 parent 66140bc commit 5df582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructId.Package/StructId.targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>
<!-- Add final template items to project -->
<ItemGroup>
<Compile Include="%(StructId.FullPath)" />
<Compile Include="%(StructId.FullPath)" NuGetPackageId="StructId" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 5df582f

Please sign in to comment.