Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Oct 22, 2024
1 parent 83b1f02 commit 0614db1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Ionide.KeepAChangelog.Tasks.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,24 @@
</ItemGroup>
<ItemGroup>
<!-- All dependencies need PrivateAssets="all" not flow as a nuget-dependency to consumers -->
<!-- MSBUC specifically-->
<!-- MS.B.U.C specifically-->
<PackageReference Include="FsToolkit.ErrorHandling" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime" PrivateAssets="all" />
<PackageReference Include="KeepAChangelogParser" PrivateAssets="all" />
<PackageReference Include="Semver" PrivateAssets="all" />
<PackageReference Include="FSharp.Core" PrivateAssets="all" />
</ItemGroup>

<!-- This target adds the deps.json file to the TFM-specific subfolder of runtime dependencies of the app. -->
<Target Name="AddBuildDependencyFileToBuiltProjectOutputGroupOutput" BeforeTargets="BuiltProjectOutputGroup" Condition=" '$(GenerateDependencyFile)' == 'true'">

<ItemGroup>
<BuiltProjectOutputGroupOutput Include="$(ProjectDepsFilePath)" TargetPath="$(ProjectDepsFileName)" FinalOutputPath="$(ProjectDepsFilePath)" />
</ItemGroup>
</Target>

<!-- This target copies the runtime dependencies of this project (all PackageReferences without ExcludeAssets="runtime") to the package
without having to manually specify the correct sub-paths. -->
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
<ItemGroup>
<!-- the dependencies of your MSBuild task must be packaged inside the package, they cannot be expressed as normal PackageReferences -->
Expand Down

0 comments on commit 0614db1

Please sign in to comment.