3 references to DotNetCliVersion
Microsoft.DotNet.Helix.Sdk (3)
CreateXUnitWorkItems.cs (3)
117
if (string.IsNullOrEmpty(
DotNetCliVersion
) ||
118
!(
DotNetCliVersion
.StartsWith("1.") ||
119
DotNetCliVersion
.StartsWith("2.")))