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.
  • Loading branch information
Layoric committed Feb 23, 2021
1 parent 431a1dc commit a776c75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Northwind/Northwind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit a776c75

Please sign in to comment.