提交 486df2c6 编写于 作者: J Jared Parsons

Spell integrationtests properly

上级 e1451fa5
......@@ -215,10 +215,10 @@ function Test-XUnit() {
}
}
elseif ($testVsi) {
$dlls = Get-ChildItem -re -in "*.IntegrationTest.dll" $unitDir
$dlls = Get-ChildItem -re -in "*.IntegrationTests.dll" $unitDir
}
else {
$dlls = Get-ChildItem -re -in "*.IntegrationTest.dll" $unitDir
$dlls = Get-ChildItem -re -in "*.IntegrationTests.dll" $unitDir
$args += " -trait:Feature=NetCore"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册