Skip to content

Commit

Permalink
Copy .ebextensions to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoleri committed Oct 15, 2024
1 parent a1c4283 commit 05ecc7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NorthwindCRUD/NorthwindCRUD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
</ItemGroup>

<ItemGroup>
<None Include=".ebextensions/**/*">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 05ecc7b

Please sign in to comment.