Skip to content

Always override RID in aspnetcore build, not SB-only #43667

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
merged 1 commit into from
Sep 24, 2024

Conversation

directhex
Copy link
Contributor

This was mistakenly restricted to source-build-only builds, resulting in incorrect RID being used for Musl VMR builds

Closes: dotnet/source-build#4628

This was mistakenly restricted to source-build-only builds, resulting in incorrect RID being used for Musl VMR builds

Closes: dotnet/source-build#4628
@directhex directhex requested review from a team as code owners September 24, 2024 15:53
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Sep 24, 2024
@directhex
Copy link
Contributor Author

/azp run sdk-unified-build-full,sdk-source-build

@dotnet dotnet deleted a comment from azure-pipelines bot Sep 24, 2024
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@directhex directhex merged commit 6eea53c into dotnet:main Sep 24, 2024
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Musl VMR builds of aspnetcore use wrong RID (linux-X instead of linux-musl-X)
2 participants