Skip to content

Commit 1e4792f

Browse files
author
Chris Martinez
committed
Fixed generation of release notes during build
1 parent 93ba673 commit 1e4792f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuget.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

4-
<Target Name="GenerateReleaseNotes" AfterTargets="BeforeBuild" Label="NuGet">
4+
<Target Name="GenerateReleaseNotes" BeforeTargets="GenerateNuspec" Label="NuGet">
55

66
<PropertyGroup>
77
<ReleaseNoteCount>@(ReleaseNotes->Count())</ReleaseNoteCount>

0 commit comments

Comments
 (0)