Skip to content

Commit 8d15b57

Browse files
committed
Fix ASCII art in build script
1 parent 177cb07 commit 8d15b57

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

build.cake

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ var strongNameSignerPath = ToolsExePath("StrongNameSigner.Console.exe");
6969

7070
Setup(_ =>
7171
{
72+
// ASCII art via: http://patorjk.com/software/taag/?#p=display&f=Graceful&t=Polly.Caching.Distributed%0A
7273
Information("");
73-
Information(@" ____ __ __ __ _ _ ____ _ _ ____ ____ __ _ ____ __ __ __ _ ____ _ _ ____ ____ ____ ");
74-
Information(@"( _ \ / \ ( ) ( ) ( \/ ) ( __)( \/ )(_ _)( __)( ( \/ ___)( )/ \ ( ( \/ ___) / )( \(_ _)(_ _)( _ \");
75-
Information(@" ) __/( O )/ (_/\/ (_/\ ) /_ ) _) ) ( )( ) _) / /\___ \ )(( O )/ /\___ \ _ ) __ ( )( )( ) __/");
76-
Information(@"(__) \__/ \____/\____/(__/(_)(____)(_/\_) (__) (____)\_)__)(____/(__)\__/ \_)__)(____/(_)\_)(_/ (__) (__) (__) ");
77-
74+
Information(@"");
75+
Information(@" ____ __ __ __ _ _ ___ __ ___ _ _ __ __ _ ___ ____ __ ____ ____ ____ __ ____ _ _ ____ ____ ____ ");
76+
Information(@"( _ \ / \ ( ) ( ) ( \/ ) / __) / _\ / __)/ )( \( )( ( \ / __) ( \( )/ ___)(_ _)( _ \( )( _ \/ )( \(_ _)( __)( \");
77+
Information(@" ) __/( O )/ (_/\/ (_/\ ) /_( (__ / \( (__ ) __ ( )( / /( (_ \ _ ) D ( )( \___ \ )( ) / )( ) _ () \/ ( )( ) _) ) D (");
78+
Information(@"(__) \__/ \____/\____/(__/(_)\___)\_/\_/ \___)\_)(_/(__)\_)__) \___/(_)(____/(__)(____/ (__) (__\_)(__)(____/\____/ (__) (____)(____/");
79+
Information(@" ____ __ __ __ _ _ ___ __ ___ _ _ __ __ _ ___ __ ____ __ ____ ____ ____ __ ____ _ _ ____ ____ ____ ___ __ ___ _ _ ____ ");
7880
Information("");
7981
});
8082

0 commit comments

Comments
 (0)