Commit fc43b5b
authored
chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#285)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from
17.6.1 to 17.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's
releases</a>.</em></p>
<blockquote>
<h2>v17.6.2</h2>
<h2>Fixes</h2>
<p>This patch addresses the problems that were introduced in 17.6.0 that
happen when running on AzDo with the default <em>test</em>.dll filter,
which includes additional TestPlatform dlls into the run and fails
it.</p>
<p>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.</p>
<p>Description and workarounds for this issue are available here: <a
href="https://redirect.github.com/microsoft/vstest/issues/4516">microsoft/vstest#4516</a></p>
<ul>
<li>[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by <a
href="https://github.com/nohwnd"><code>@nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4512">microsoft/vstest#4512</a></li>
<li>[rel/17.6] Filter out known platform sources by <a
href="https://github.com/nohwnd"><code>@nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4517">microsoft/vstest#4517</a></li>
<li>[rel/17.6] Exclude also known resource dlls by <a
href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4528">microsoft/vstest#4528</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2">https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/vstest/blob/main/docs/releases.md">Microsoft.NET.Test.Sdk's
changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/vstest/commit/911a038b281705683d730f2ac48ce01328371e8a"><code>911a038</code></a>
[rel/17.6] Exclude also known resource dlls (<a
href="https://redirect.github.com/microsoft/vstest/issues/4528">#4528</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/4f929dd265fb29e44ffdfb69f6343d1ca53cf2b0"><code>4f929dd</code></a>
[rel/17.6] Filter out known platform sources (<a
href="https://redirect.github.com/microsoft/vstest/issues/4517">#4517</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/3c283e0b5de53844ede554c25a69bba46e9d954d"><code>3c283e0</code></a>
[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 (<a
href="https://redirect.github.com/microsoft/vstest/issues/4512">#4512</a>)</li>
<li>See full diff in <a
href="https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent dec6550 commit fc43b5b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments