2 references to OnCI
Microsoft.AspNetCore.InternalTesting (2)
AssemblyTestLog.cs (1)
56internal bool OnCI { get; set; } = SkipOnCIAttribute.OnCI();
xunit\SkipOnCIAttribute.cs (1)
25return !OnCI();