3 references to DotNetCliVersion
Microsoft.DotNet.Helix.Sdk (3)
CreateXUnitWorkItems.cs (3)
114
if (string.IsNullOrEmpty(
DotNetCliVersion
) ||
115
!(
DotNetCliVersion
.StartsWith("1.") ||
116
DotNetCliVersion
.StartsWith("2.")))