We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1bbc7 commit cdc7dc4Copy full SHA for cdc7dc4
1 file changed
MyApp/MyApp.csproj
@@ -61,7 +61,6 @@
61
<MakeDir Directories="$(PublishDir)App_Data" Condition="!Exists('$(PublishDir)App_Data')" />
62
<Exec Command="npm install" />
63
<Exec Command="npm run ui:build" />
64
- <RemoveDir Directories="$(PublishDir)wwwroot" />
65
<ItemGroup>
66
<CopyDist Include="./wwwroot/**/*.*" />
67
</ItemGroup>
0 commit comments