Skip to content

[browser] configure location of AppBundle directory #91584

Closed
@pavelsavara

Description

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 ?

cc @maraf @radical

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions