diff --git a/KenticoInspector.WebApplication/Program.cs b/KenticoInspector.WebApplication/Program.cs index ea49933b..9cea896d 100644 --- a/KenticoInspector.WebApplication/Program.cs +++ b/KenticoInspector.WebApplication/Program.cs @@ -3,6 +3,8 @@ namespace KenticoInspector.WebApplication { + //Testing appveyor commit 1 + public static class Program { public static void Main(string[] args) @@ -14,4 +16,4 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .UseStartup(); } -} \ No newline at end of file +}