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