We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d8c17 commit 2906074Copy full SHA for 2906074
src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/GenerateMSBuildTargetsFile.targets
@@ -51,6 +51,7 @@ SPDX-License-Identifier: MIT
51
/>
52
53
<ItemGroup>
54
+ <None Pack="true" Include="$(GenerateMSBuildTargetsFileOutputPath)" PackagePath="build" />
55
<None Pack="true" Include="$(GenerateMSBuildTargetsFileOutputPath)" PackagePath="buildMultitargeting" />
56
</ItemGroup>
57
</Target>
0 commit comments