Skip to content
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

Release PR contains wrong Prebuilt archive version #3273

Closed
premun opened this issue Feb 23, 2023 · 1 comment
Closed

Release PR contains wrong Prebuilt archive version #3273

premun opened this issue Feb 23, 2023 · 1 comment
Labels
area-release Release tasks or related issues

Comments

@premun
Copy link
Member

premun commented Feb 23, 2023

Context

When we create a dotnet/installer PR at the end of the release pipeline, we are updating also the version of the Source Build prebuilt archive which was uploaded earlier in the pipeline to a storage account. This version is derived from the SDK version we're releasing but the actual version can differ as it comes from the VMR build that has a different number.

Goal

When we download the prebuilt archive, we match the downloaded file by globbing (*) so we don't care about the exact version which might differ from the version of the currently released SDK.
We should remember the name of the uploaded file and later on, when opening the PR, use this exact name so that we're sure the URL works.

@premun premun added the area-release Release tasks or related issues label Feb 23, 2023
@premun
Copy link
Member Author

premun commented Mar 27, 2023

Possible a duplicate of #3344

@premun premun removed their assignment Apr 19, 2023
@MichaelSimons MichaelSimons closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-release Release tasks or related issues
Projects
Archived in project
Development

No branches or pull requests

2 participants