[browser] configure location of AppBundle directory #91584
Closed
Description
opened on Sep 5, 2023
In the non-blazor template I want the dotnet msbuild to produce files directly to my npm/javascript project, for example wwwroot
or public
I can already do
<OutputPath>./frontend/wwwroot</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
which will reduce the path from bin/Debug/net8.0/browser-wasm/AppBundle
to frontend/wwwroot/AppBundle
but I would like to get rid of AppBundle
too.
I think we want to use SWA in Net9, so this problem may be obsolete ?
- Let's document how to configure it, in https://aka.ms/dotnet-wasm-features
Activity