diff --git a/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs b/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs index 7cf607b2..9dde0600 100644 --- a/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs +++ b/tests/Unleash.Tests/Integration/ClientSpecificationTests.cs @@ -36,6 +36,7 @@ static TestFactory() { var specificationsPath = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Integration", "Data"); + Console.WriteLine("KICK THE BUILD SERVER!"); using (var client = new HttpClient()) { var csTestsVersion = "v5.1.4";