Merged
Conversation
bruno-garcia
approved these changes
Jul 11, 2025
Flash0ver
reviewed
Jul 11, 2025
| { | ||
| Push-Location ($CI ? $env:RUNNER_TEMP : $IsWindows ? $env:TMP : $IsMacos ? $env:TMPDIR : '/temp') | ||
| dotnet tool install Microsoft.DotNet.XHarness.CLI --global --version '10.0.0-prerelease*' ` | ||
| dotnet tool install Microsoft.DotNet.XHarness.CLI --global --version '10.0.0-prerelease.25330.2' ` |
Member
There was a problem hiding this comment.
note:
- XHarness repository: https://github.com/dotnet/xharness
- XHarness preview feed: https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&view=versions&package=Microsoft.DotNet.XHarness.CLI&protocolType=NuGet
The error occurred in 10.0.0-prerelease.25360.1.
Pinning to 10.0.0-prerelease.25330.2 fixed the issue.
Thanks @vaind
Member
|
Not sure if it fixed it though since the merge into main also failed: https://github.com/getsentry/sentry-dotnet/actions/runs/16224629644/job/45813515803 |
Member
|
Still failing, but for a different reason: after this PR The test Seems to be a timing-related issue via |
This was referenced Jul 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
iOS builds started failing without any code changes, just by xharness being updated.
See https://github.com/getsentry/sentry-dotnet/actions/runs/16180208260/job/45674883905 where the first attempt was successful and the second one on the same branch failed after two days.
The only difference is the xharness version:
Successful attempt
Failed attempt