Addressed PR comment
This commit is contained in:
Родитель
0fe8ad706f
Коммит
376d5ca43c
|
@ -11,11 +11,11 @@
|
|||
* Added diag argument to enable logging in vstest.console.
|
||||
* Acceptance test for test platform.
|
||||
* Bug fix: display a message on console when dotnet is not installed on the machine.
|
||||
* Bug fix: dotnet test should return a non-0 exit code when any test fails.
|
||||
* Bug fix: dotnet test fails due to missing quotes in the path of vstest.console.
|
||||
* Bug fix: terminate vstest.console if no testhost found.
|
||||
* Bug fix: tesCaseFilter argument doesn't filter tests in .net core.
|
||||
* Bug fix: cannot add Microsoft.Net.Test.Sdk as a dependency of net451 projects
|
||||
* Bug fix: dotnet test should return a non-0 exit code when any test fails [here](https://github.com/Microsoft/vstest/issues/241).
|
||||
* Bug fix: dotnet test fails due to missing quotes in the path of vstest.console [here](https://github.com/Microsoft/vstest/issues/231).
|
||||
* Bug fix: terminate vstest.console if no testhost found [here](https://github.com/Microsoft/vstest/issues/144).
|
||||
* Bug fix: tesCaseFilter argument doesn't filter tests in .net core [here](https://github.com/Microsoft/vstest/issues/201).
|
||||
* Bug fix: cannot add Microsoft.Net.Test.Sdk as a dependency of net451 projects [here](https://github.com/Microsoft/vstest/issues/190).
|
||||
|
||||
A list of all changes since last release are available [here](https://github.com/Microsoft/vstest/compare/v15.0.0-preview-20160923-03...v15.0.0-preview-20161123-03).
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче