提交 327a81a1 编写于 作者: J Jason Malinowski

Enable xUnit xml output generation on microbuild

We need xml files to report results to MicroBuild. This is what our
build queue expects but must have been broken semi-recently.
上级 53204961
......@@ -469,7 +469,7 @@ function Test-XUnit() {
$dlls = $dlls | ?{ -not ($_.FullName -match ".*\\ref\\.*") }
$dlls = $dlls | ?{ -not ($_.FullName -match ".*/ref/.*") }
if ($cibuild) {
if ($cibuild -or $official) {
# Use a 50 minute timeout on CI
$args += " -xml -timeout:50"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册