Fix DNX naming issue for 'k test'.
- This re-enables CoreCLR testing when running build.cmd.
This commit is contained in:
parent
a14b35ca6c
commit
bd14c064e9
|
|
@ -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, "");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue