Skip to content

Commit

Permalink
Dotnet publish still not preserving pathing.
Browse files Browse the repository at this point in the history
Use as content.
wwwroot copied by default.
  • Loading branch information
Layoric committed Feb 23, 2021
1 parent a776c75 commit 025cf58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Northwind/Northwind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>

<ItemGroup>
<Content Include="wwwroot\**\*" CopyToPublishDirectory="PreserveNewest" />
<Content Include="App_Data\**\*" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>

Expand Down

0 comments on commit 025cf58

Please sign in to comment.