Skip to content

[wasm] wasm-experimental: dotnet publish with output directory doesn't put the AppBundle in the output directory #83760

Closed
@lambdageek

Description

@lambdageek

.NET 8 Preview 2

$ dotnet new wasmbrowser
$ dotnet publish -c Release -o pub
...

What I expect:

The pub directory contains index.html, dotnet.wasm, etc. The stuff that normally would end up in bin/Release/net8.0/browser-wasm/AppBundle/

What actually happens:

The pub directory contains libmonosgen-2.0.a, pinvoke.c, runtime.es6.iffe.js, etc...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions