6 references to IsRunningOnGithubActions
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
97
[ActiveIssue("https://github.com/dotnet/aspire/issues/7920", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]
Aspire.Components.Common.Tests (1)
PlatformDetection.cs (1)
11
public static bool IsRunningOnCI => IsRunningOnBuildMachine || IsRunningOnHelix ||
IsRunningOnGithubActions
;
Aspire.Hosting.Testing.Tests (1)
TestingBuilderTests.cs (1)
214
[ActiveIssue("https://github.com/dotnet/aspire/issues/7930", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]
Aspire.Hosting.Tests (3)
SlimTestProgramTests.cs (3)
22
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]
47
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]
66
[ActiveIssue("https://github.com/dotnet/aspire/issues/7923", typeof(PlatformDetection), nameof(PlatformDetection.
IsRunningOnGithubActions
), nameof(PlatformDetection.IsWindows))]