Skip to content

Fix URL format for JDK download on linux#64998

Merged
BrennanConroy merged 4 commits intomainfrom
BrennanConroy-patch-5
Jan 13, 2026
Merged

Fix URL format for JDK download on linux#64998
BrennanConroy merged 4 commits intomainfrom
BrennanConroy-patch-5

Conversation

@BrennanConroy
Copy link
Member

No description provided.

@BrennanConroy BrennanConroy requested a review from wtgodbe as a code owner January 9, 2026 22:43
Copilot AI review requested due to automatic review settings January 9, 2026 22:43
@BrennanConroy BrennanConroy requested a review from a team as a code owner January 9, 2026 22:43
@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jan 9, 2026
Copy link
Contributor

Copilot AI left a 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 fixes the URL format for downloading the Microsoft JDK on Linux systems by changing the delimiter between the version and platform architecture from an underscore to a hyphen. This aligns the Linux download URL format with the Windows version used in InstallJdk.ps1.

  • Changes the JDK download URL format from microsoft-jdk-${java_version}_${platformarch}.tar.gz to microsoft-jdk-${java_version}-${platformarch}.tar.gz

@wtgodbe
Copy link
Member

wtgodbe commented Jan 15, 2026

/backport to release/10.0

@wtgodbe
Copy link
Member

wtgodbe commented Jan 15, 2026

/backport to release/9.0

@github-actions
Copy link
Contributor

Started backporting to release/10.0 (link to workflow run)

@wtgodbe
Copy link
Member

wtgodbe commented Jan 15, 2026

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/9.0 (link to workflow run)

@github-actions
Copy link
Contributor

Started backporting to release/8.0 (link to workflow run)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments