Update dependency Microsoft.NET.Test.Sdk to 17.14.1 #3784
Triggered via pull request
September 16, 2025 09:12
renovate[bot]
edited
#2197
Status
Success
Total duration
1m 8s
Artifacts
–
release-drafter.yml
on: pull_request_target
update_release_draft
1m 3s
Annotations
2 errors
|
update_release_draft
HttpError: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
at /home/runner/work/_actions/release-drafter/release-drafter/v5.24.0/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5.24.0/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '17760858082',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: 'This PR contains the following updates:\n' +
'\n' +
'| Package | Change | Age | Confidence |\n' +
'|---|---|---|---|\n' +
'| [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.7.2` -> `17.14.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |\n' +
'\n' +
'---\n' +
'\n' +
'### Release Notes\n' +
'\n' +
'<details>\n' +
'<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>\n' +
'\n' +
'### [`v17.14.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.14.1)\n' +
'\n' +
"#### What's Changed\n" +
'\n' +
'- Error on unsupported target frameworks to prevent silently not running tests by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/15072](https://redirect.github.com/microsoft/vstest/pull/15072) and [https://github.com/microsoft/vstest/pull/15078](https://redirect.github.com/microsoft/vstest/pull/15078)\n' +
'- Revert writing additional properties to TRX by [@​nohwnd](https://redirect.github.com/nohwnd) in https://github.com/microsoft/vstest/commit/47eb51b15ad8ca4a84ad7be5881fcd1713a0f68a\n' +
'\n' +
'**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.14.0...v17.14.1\n' +
'\n' +
'### [`v17.14.0`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.14.0)\n' +
'\n' +
"##### What's Changed\n" +
'\n' +
'##### .NET versions updated\n' +
'\n' +
'This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does **NOT** prevent you from:\n' +
'\n' +
'- Updating to the latest VS, and running tests from net6.0 test projects.\n' +
'- Updating to the latest .NET SDK, and running tests from net6.0 test projects.\n' +
'\n' +
'It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.\n' +
'\n' +
'- Drop unsupported frameworks by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/10565](https://redirect.github.com/microsoft/vstest/pull/10565)\n' +
'\n' +
'##### Changes\n' +
'\n' +
'- Adding Process Query Flag For UWP .NET 9 Support by [@​adstep](https://redirect.github.com/adstep) in [https://github.com/microsoft/vstest/pull/15003](https://redirect.github.com/microsoft/vstest/pull/15003)\n' +
'- Fix builds on WinUI and UWP .NET 9 projects by [@​Sergio0694](https://redirect.github.com/Sergio0694) in [https://github.com/microsoft/vstest/pull/15004](
|
|
update_release_draft
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
name: 'HttpError',
id: '17760858082',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
connection: 'close',
'content-length': '150',
'content-type': 'text/html',
date: 'Tue, 16 Sep 2025 09:13:52 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '4828:35B116:29A75EC:2AAF0C4:68C92A45'
},
data: '<html>\r\n' +
'<head><title>502 Bad Gateway</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>502 Bad Gateway</h1></center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.19.4 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"Templates","owner":"Dotnet-Boxed","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"since":"2022-08-25T08:29:18Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '17760858082',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: 'This PR contains the following updates:\n' +
'\n' +
'| Package | Change | Age | Confidence |\n' +
'|---|---|---|---|\n' +
'| [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.7.2` -> `17.14.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |\n' +
'\n' +
'---\n' +
'\n' +
'### Release Notes\n' +
|