Skip to content

Commit cdc7dc4

Browse files
committed
Fix publish/deployment not including blazor static files
1 parent ff1bbc7 commit cdc7dc4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MyApp/MyApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<MakeDir Directories="$(PublishDir)App_Data" Condition="!Exists('$(PublishDir)App_Data')" />
6262
<Exec Command="npm install" />
6363
<Exec Command="npm run ui:build" />
64-
<RemoveDir Directories="$(PublishDir)wwwroot" />
6564
<ItemGroup>
6665
<CopyDist Include="./wwwroot/**/*.*" />
6766
</ItemGroup>

0 commit comments

Comments
 (0)