This commit is contained in:
Codrin-Victor Poienaru 2022-09-26 11:42:08 +02:00 коммит произвёл GitHub
Родитель fbe877bb2c
Коммит d8178d8a81
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -1,5 +1,17 @@
# Release Notes
## 17.3.2
### Issue Fixed
* Fixed Selenium test run hang after stopping the debugger [#4013](https://github.com/microsoft/vstest/pull/4013)
See full log [here](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2)
### Drops
* TestPlatform vsix: [17.3.2](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.3/20220919-01;/TestPlatform.vsix)
* Microsoft.TestPlatform.ObjectModel : [17.3.2](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.3.2)
## 17.3.1
### Issues Fixed