This commit is contained in:
Faizan Ahmad 2016-11-25 10:36:08 +05:30
Родитель 0fe8ad706f
Коммит 376d5ca43c
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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).