-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[release/9.0-staging] Update dependencies from dotnet/xharness #116908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/9.0-staging
Are you sure you want to change the base?
[release/9.0-staging] Update dependencies from dotnet/xharness #116908
Conversation
…50617.3 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 9.0.0-prerelease.25269.3 -> To Version 9.0.0-prerelease.25317.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the XHarness dependencies to a newer prerelease and adjusts related configurations.
- Bump XHarness CLI and test runner packages from
9.0.0-prerelease.25269.3
to9.0.0-prerelease.25317.3
- Update matching SHAs in
Version.Details.xml
- Add two new Emsdk package sources and remove an existing SDK feed in
NuGet.config
- Update the .NET tool manifest version for XHarness CLI
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
eng/Versions.props | Bumped XHarness package versions |
eng/Version.Details.xml | Updated XHarness dependency versions and SHAs |
NuGet.config | Added additional emsdk feeds and removed dotnet-sdk package source |
.config/dotnet-tools.json | Updated XHarness CLI tool version |
Comments suppressed due to low confidence (1)
NuGet.config:17
- It looks like the dotnet-sdk package source was removed in this change, which may break restores for SDK packages. Please confirm if this deletion was intentional or re-add the source.
<!-- End: Package sources from dotnet-sdk -->
NuGet.config
Outdated
<add key="darc-pub-dotnet-emsdk-b567cdb-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-2/nuget/v3/index.json" /> | ||
<add key="darc-pub-dotnet-emsdk-b567cdb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-1/nuget/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The newly added emsdk package sources -2
and -1
could be sorted (e.g., -1
then -2
) to keep the list in ascending order for consistency.
<add key="darc-pub-dotnet-emsdk-b567cdb-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-2/nuget/v3/index.json" /> | |
<add key="darc-pub-dotnet-emsdk-b567cdb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-1/nuget/v3/index.json" /> | |
<add key="darc-pub-dotnet-emsdk-b567cdb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-1/nuget/v3/index.json" /> | |
<add key="darc-pub-dotnet-emsdk-b567cdb-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-b567cdb6-2/nuget/v3/index.json" /> |
Copilot uses AI. Check for mistakes.
…07ca-a017-4d20-9f2c-f04af0372ee1
…07ca-a017-4d20-9f2c-f04af0372ee1
This pull request updates the following dependencies
From https://github.com/dotnet/xharness