Skip to content

Commit 529918c

Browse files
committed
Add logging before executing each publisher
1 parent 2727ce3 commit 529918c

File tree

1 file changed

+2
-0
lines changed
  • src/PostSharp.Engineering.BuildTools/Build/Publishing

1 file changed

+2
-0
lines changed

src/PostSharp.Engineering.BuildTools/Build/Publishing/Publisher.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public static bool PublishDirectory(
6060
continue;
6161
}
6262

63+
context.Console.WriteHeading( $"Publishing with {publisher.GetType().Name}" );
64+
6365
if ( !publisher.Publish(
6466
context,
6567
settings,

0 commit comments

Comments
 (0)