3 references to IsRunningOnCI
Aspire.Playground.Tests (3)
tests\Aspire.TestUtilities\RequiresDockerAttribute.cs (1)
24
!PlatformDetection.
IsRunningOnCI
;
tests\Aspire.TestUtilities\RequiresPlaywrightAttribute.cs (1)
19
!PlatformDetection.
IsRunningOnCI
// Supported on local runs
tests\Aspire.TestUtilities\RequiresSSLCertificateAttribute.cs (1)
12
public static bool IsSupported => !PlatformDetection.
IsRunningOnCI
|| !OperatingSystem.IsWindows();