Skip to content

Commit bce46ef

Browse files
committed
fix copying angular browser webroot to wwwroot
1 parent 5a300cf commit bce46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/MyApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Exec Command="npm run ui:build" />
5454
<RemoveDir Directories="$(PublishDir)wwwroot" />
5555
<ItemGroup>
56-
<CopyDist Include="../MyApp.Client/dist/**/*.*" />
56+
<CopyDist Include="../MyApp.Client/dist/browser/**/*.*" />
5757
<CopyDist Include="./wwwroot/**/*.*" />
5858
</ItemGroup>
5959
<Copy SourceFiles="@(CopyDist)" DestinationFiles="@(CopyDist->'$(PublishDir)wwwroot\%(RecursiveDir)%(Filename)%(Extension)')" />

0 commit comments

Comments
 (0)