diff --git a/build/_k-test.shade b/build/_k-test.shade index 870cf8480c..dc24d1fde3 100644 --- a/build/_k-test.shade +++ b/build/_k-test.shade @@ -40,7 +40,7 @@ projectFile='' { var testArgs = IsMono ? " -parallel none" : ""; - if (!framework.StartsWith("aspnetcore", StringComparison.OrdinalIgnoreCase)) + if (!framework.StartsWith("dnxcore", StringComparison.OrdinalIgnoreCase)) { K(("test" + testArgs), projectFolder, ""); }