Skip to content

Commit

Permalink
Merge pull request #31 from tboby/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings so that they actually trigger!
  • Loading branch information
baronfel authored Oct 24, 2024
2 parents 8fd6473 + c5583aa commit 1e09aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Warning Code="CNG0002" Text="No Changelog File was was found at the specified location '$(ChangelogFile)'. Please set this property to the path to your KeepAChangelog-formatted changelog file."/>
</Target>

<Target Name="ValidateChangelog" DependsOnTargets="WarnOnNoChangelogFileSet;WarnOnNoChangelogFileExists"/>
<Target Name="ValidateChangelog" BeforeTargets="GetChangelogVersion" DependsOnTargets="WarnOnNoChangelogFileSet;WarnOnNoChangelogFileExists"/>

<Target Name="GetChangelogVersion" Condition="'$(ChangelogFile)' != '' and Exists('$(ChangelogFile)')" DependsOnTargets="ValidateChangelog" Inputs="$(ChangelogFile)" Outputs="UnreleasedChangelog;CurrentReleaseChangelog;AllReleasedChangelogslLatestReleaseNotes">
<Ionide.KeepAChangelog.Tasks.ParseChangeLogs ChangelogFile="$(ChangelogFile)">
Expand Down

0 comments on commit 1e09aa1

Please sign in to comment.