File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,9 @@ Task("Pack")
420
420
#region Publish
421
421
422
422
Task ( "Release-Notes" )
423
- // .WithCriteria(() => parameters.IsRunningOnWindows, "Release notes are generated only on Windows agents.")
424
- // .WithCriteria(() => parameters.IsRunningOnAppVeyor, "Release notes are generated only on release agents.")
425
- // .WithCriteria(() => parameters.IsStableRelease(), "Release notes are generated only for stable releases.")
423
+ . WithCriteria ( ( ) => parameters . IsRunningOnWindows , "Release notes are generated only on Windows agents." )
424
+ . WithCriteria ( ( ) => parameters . IsRunningOnAppVeyor , "Release notes are generated only on release agents." )
425
+ . WithCriteria ( ( ) => parameters . IsStableRelease ( ) , "Release notes are generated only for stable releases." )
426
426
. IsDependentOn ( "Clean" )
427
427
. Does ( ( ) =>
428
428
{
You can’t perform that action at this time.
0 commit comments