Commit 8e45494
authored
Update dependency Microsoft.NET.Test.Sdk to v17.6.2 (#804)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) |
nuget | patch | `17.6.1` -> `17.6.2` |
---
### Release Notes
<details>
<summary>microsoft/vstest</summary>
###
[`v17.6.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2)
##### Fixes
This patch addresses the problems that were introduced in 17.6.0 that
happen when running on AzDo with the default *test*.dll filter, which
includes additional TestPlatform dlls into the run and fails it.
To mitigate this issue we solved the bug in 17.6.1, and added additional
exclusions for known assemblies that are coming from TestPlatform and
commonly used test adapters, to avoid trying to run tests from those
assemblies.
Description and workarounds for this issue are available here:
[https://github.com/microsoft/vstest/issues/4516](https://togithub.com/microsoft/vstest/issues/4516)
- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@​nohwnd](https://togithub.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/4512](https://togithub.com/microsoft/vstest/pull/4512)
- \[rel/17.6] Filter out known platform sources by
[@​nohwnd](https://togithub.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/4517](https://togithub.com/microsoft/vstest/pull/4517)
- \[rel/17.6] Exclude also known resource dlls by
[@​Evangelink](https://togithub.com/Evangelink) in
[https://github.com/microsoft/vstest/pull/4528](https://togithub.com/microsoft/vstest/pull/4528)
**Full Changelog**:
microsoft/vstest@v17.6.1...v17.6.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-commands).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1515809 commit 8e45494
2 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
544 | | - | |
| 543 | + | |
| 544 | + | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
553 | | - | |
| 552 | + | |
| 553 | + | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
612 | | - | |
| 611 | + | |
| 612 | + | |
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
| |||
0 commit comments