Skip to content

Commit 1e09aa1

Browse files
authored
Merge pull request #31 from tboby/fix-warnings
Fix warnings so that they actually trigger!
2 parents 8fd6473 + c5583aa commit 1e09aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/build/Core.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<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."/>
1414
</Target>
1515

16-
<Target Name="ValidateChangelog" DependsOnTargets="WarnOnNoChangelogFileSet;WarnOnNoChangelogFileExists"/>
16+
<Target Name="ValidateChangelog" BeforeTargets="GetChangelogVersion" DependsOnTargets="WarnOnNoChangelogFileSet;WarnOnNoChangelogFileExists"/>
1717

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

0 commit comments

Comments
 (0)