Skip to content

Commit 2906074

Browse files
committed
fix to include .targets file to both 'build' and 'buildMultitargeting'
1 parent 97d8c17 commit 2906074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/GenerateMSBuildTargetsFile.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ SPDX-License-Identifier: MIT
5151
/>
5252

5353
<ItemGroup>
54+
<None Pack="true" Include="$(GenerateMSBuildTargetsFileOutputPath)" PackagePath="build" />
5455
<None Pack="true" Include="$(GenerateMSBuildTargetsFileOutputPath)" PackagePath="buildMultitargeting" />
5556
</ItemGroup>
5657
</Target>

0 commit comments

Comments
 (0)