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

Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works test fails #44179

Open
v-wuzhai opened this issue Oct 15, 2024 · 3 comments
Open
Assignees
Labels
Area-NetSDK untriaged Request triage from a team member
Milestone

Comments

@v-wuzhai
Copy link
Member

v-wuzhai commented Oct 15, 2024

Describe the bug

The test Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works fails when attempting to publish a Blazor hosted application with a specified Runtime Identifier (RID) and the --no-self-contained option on the release/9.0.2xx branch. The publish process fails with the following error:

error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'.

This issue is currently blocking the following pull requests:
PR #44138
PR #44148
PR #44155
PR #44178

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Oct 15, 2024
@v-wuzhai v-wuzhai added this to the 9.0.2xx milestone Oct 15, 2024
@marcpopMSFT
Copy link
Member

@lewing @dotnet/aspnet-blazor-eng not sure who should investigate but this is impacting a few separate PRs.

@lewing
Copy link
Member

lewing commented Oct 15, 2024

cc @maraf

@maraf
Copy link
Member

maraf commented Oct 17, 2024

It's the --no-selfcontained which blocks download browser-wasm runtime pack. It manifests on my machine even with preview7, I dunno so far why it started to fail on CI when merging 1xx to 2xx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

4 participants