2 references to IsRunningOnCI
Aspire.Playground.Tests (2)
tests\Aspire.Components.Common.Tests\RequiresDockerAttribute.cs (1)
25!PlatformDetection.IsRunningOnCI;
tests\Aspire.Components.Common.Tests\RequiresSSLCertificateAttribute.cs (1)
13public static bool IsSupported => !PlatformDetection.IsRunningOnCI || !OperatingSystem.IsWindows();