Skip to content

Commit 53dfbd0

Browse files
authored
Update Ionide.KeepAChangelog.Tasks.fsproj
1 parent 4b9c44f commit 53dfbd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<ItemGroup>
1919
<Compile Include="Library.fs" />
20-
<!-- these lines pack the build props/targets files to the `build` folder in the generated package -->
20+
<!-- these lines pack the build props/targets files to the `build` folder in the generated package.
21+
by convention, the .NET SDK will look for build\<Package Id>.props and build\<Package Id>.targets
22+
for automatic inclusion in the build. -->
2123
<Content Include="build\Ionide.KeepAChangelog.Tasks.props" PackagePath="build\" />
2224
<Content Include="build\Ionide.KeepAChangelog.Tasks.targets" PackagePath="build\" />
2325
</ItemGroup>

0 commit comments

Comments
 (0)