Add test args to dotnet-test-xunit
This commit is contained in:
parent
dba3e55c0a
commit
ec58bb7529
|
|
@ -44,8 +44,8 @@ projectFile=''
|
|||
|
||||
var runnerExe = Path.Combine(publishFolder, "dotnet-test-xunit.exe");
|
||||
var targetTestDll = Path.Combine(publishFolder, projectName + ".dll");
|
||||
Exec(runnerExe, targetTestDll);
|
||||
Exec(runnerExe, targetTestDll + " " + testArgs);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue