Skip to content

[release/10.0-preview5] Fix UploadPathSegment for productVersion.txt #62087

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

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 23, 2025

Backport of #62086 to release/10.0-preview5

/cc @mmitche @akoeplinger

Fix UploadPathSegment for productVersion.txt

Description

The aspnetcore productVersion.txt file was missing in the expected path because we missed a trailing slash when adding the file so it ended up with the wrong path.

Fixes https://github.com/dotnet/release/issues/1321

Customer Impact

Customers can't install aspnetcore runtime using the install scripts.

Regression?

  • Yes
  • No

9.0

Risk

  • High
  • Medium
  • Low

Just changes the path segment.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

When servicing release/2.1

  • Make necessary changes in eng/PatchConfig.props

It's supposed to end with slash.
@github-actions github-actions bot requested review from wtgodbe and a team as code owners May 23, 2025 14:25
@mmitche mmitche requested a review from akoeplinger May 23, 2025 14:29
@wtgodbe wtgodbe merged commit 1f7f1c3 into release/10.0-preview5 May 23, 2025
26 checks passed
@wtgodbe wtgodbe deleted the backport/pr-62086-to-release/10.0-preview5 branch May 23, 2025 20:20
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview5 milestone May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants