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 93ba673 commit 1e4792fCopy full SHA for 1e4792f
build/nuget.targets
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
- <Target Name="GenerateReleaseNotes" AfterTargets="BeforeBuild" Label="NuGet">
+ <Target Name="GenerateReleaseNotes" BeforeTargets="GenerateNuspec" Label="NuGet">
5
6
<PropertyGroup>
7
<ReleaseNoteCount>@(ReleaseNotes->Count())</ReleaseNoteCount>
0 commit comments