Skip to content

Commit

Permalink
Dotnet publish still not preserving pathing.
Browse files Browse the repository at this point in the history
add CopyToOutputDirectory for App_Data
  • Loading branch information
Layoric committed Feb 23, 2021
1 parent 025cf58 commit 8f80a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Northwind/Northwind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 8f80a79

Please sign in to comment.