Conversation
- Add resolve-core-tools-tags.ps1: maps host versions to core-tools tags via GitHub raw URL (three-tier: main > tag > fallback) - Rewrite build-multi-version-core-tools.ps1: git checkout by tag/ref, git reset/clean between builds, use GitHub URLs (not origin) - Add Apply-PostCheckoutFixes: sync global.json from host repo, set rollForward=latestFeature, adjust SDK to installed version - Filter host tags < 4.1049 (waiting for core tools migration to dotnet 10) - Add TFM auto-detection in build-core-tools.ps1 - Skip Docker Hub dependent tests (MySQL, Kafka, RabbitMQ) - infra issue - Add Docker client timeouts (COMPOSE_HTTP_TIMEOUT=300s) for CI - Fix PowerShell ErrorActionPreference+git stderr interaction - Fix shallow clone: fetch from GitHub URL before checkout Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
gavin-aguiar
approved these changes
Apr 23, 2026
This was referenced Apr 27, 2026
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.
Pull Request
Description
resolve-core-tools-tags.ps1build-multi-version-core-tools.ps1git reset/cleanbetween builds,Apply-PostCheckoutFixessyncs global.json from host repobuild-core-tools.ps1net8.0)get-latest-host-tags.ps1manvkaur/dotnethosttestswith a workaround to do adhoc verifications before bundle releases on dotnet 10 based host.update-core-tools-versions.ps1test-groups.jsonIssue Link
Resolves #
Type of Change
Branch Propagation
Checklist
Documentation Updates
NA