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

Cannot create tarball off of 6.0.1 release tag #2682

Closed
MichaelSimons opened this issue Dec 15, 2021 · 1 comment
Closed

Cannot create tarball off of 6.0.1 release tag #2682

MichaelSimons opened this issue Dec 15, 2021 · 1 comment
Labels
area-infra Source-build infrastructure and reporting

Comments

@MichaelSimons
Copy link
Member

The reason for this is 6.0.1 was an MSRC release therefore the release was based on commits that originated from within the Microsoft internal repos. These commits were merged to the public repos as part of the release but the installer's Version.Details.xml, which source-build utilizes to create the tarball, references the internal commits.

The correct thing to do long term is to ensure the urls are in a valid form so anyone can utilize these urls from release tags. This is something that is going to take time to solve. In the meantime the tarball creation logic should handle translating the internal repos to the public repos.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infra Source-build infrastructure and reporting
Projects
None yet
Development

No branches or pull requests

1 participant