diff --git a/ConsoleApp/Program.cs b/ConsoleApp/Program.cs index 404e1bd..f28927e 100644 --- a/ConsoleApp/Program.cs +++ b/ConsoleApp/Program.cs @@ -1,4 +1,5 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); -Console.WriteLine("This change wont break the build!"); \ No newline at end of file +Console.WriteLine("Test actions firing"); +Console.WriteLine("Test actions firing 2"); \ No newline at end of file