Reorder asserts in BuildWithCommandLine so we can see log output during test failures.

上级 282904d7
......@@ -54,9 +54,9 @@ public void BuildWithCommandLine()
var process = Process.Start(pathToDevenv, commandLine);
process.WaitForExit();
Assert.Equal(0, process.ExitCode);
Assert.Contains("Rebuild All: 1 succeeded, 0 failed, 0 skipped", File.ReadAllText(logFileName));
Assert.Equal(0, process.ExitCode);
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册