|
|
@ -22,6 +22,9 @@ namespace SixLabors.ImageSharp.Tests |
|
|
public TestEnvironmentTests(ITestOutputHelper output) |
|
|
public TestEnvironmentTests(ITestOutputHelper output) |
|
|
{ |
|
|
{ |
|
|
this.Output = output; |
|
|
this.Output = output; |
|
|
|
|
|
|
|
|
|
|
|
this.Output.WriteLine($"Test Environment is CI {TestEnvironment.RunsOnCI}"); |
|
|
|
|
|
this.Output.WriteLine($"Test Environment is NET Core. {!string.IsNullOrWhiteSpace(TestEnvironment.NetCoreVersion)}"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private ITestOutputHelper Output { get; } |
|
|
private ITestOutputHelper Output { get; } |
|
|
|