1 implementation of IsCIEnvironment
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
43public bool IsCIEnvironment()
2 references to IsCIEnvironment
dotnet (1)
Telemetry\TelemetryCommonProperties.cs (1)
67{ CI, _ciEnvironmentDetector.IsCIEnvironment().ToString() },
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryCommonProperties.cs (1)
67{ CI, _ciEnvironmentDetector.IsCIEnvironment().ToString() },