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 4b9c44f commit 53dfbd0Copy full SHA for 53dfbd0
src/Ionide.KeepAChangelog.Tasks/Ionide.KeepAChangelog.Tasks.fsproj
@@ -17,7 +17,9 @@
17
18
<ItemGroup>
19
<Compile Include="Library.fs" />
20
- <!-- these lines pack the build props/targets files to the `build` folder in the generated package -->
+ <!-- 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. -->
23
<Content Include="build\Ionide.KeepAChangelog.Tasks.props" PackagePath="build\" />
24
<Content Include="build\Ionide.KeepAChangelog.Tasks.targets" PackagePath="build\" />
25
</ItemGroup>
0 commit comments