1 reference to IsRunningOnBuildMachine
Aspire.Playground.Tests (1)
tests\Aspire.Components.Common.Tests\PlatformDetection.cs (1)
10
public static bool IsRunningOnCI =>
IsRunningOnBuildMachine
|| IsRunningOnHelix;