Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 25edd13

Browse files
Include .env file in test project configuration
Add .env file to project output directory
1 parent 591c71f commit 25edd13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute.Tests/Frends.Echo.Execute.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ProjectReference Include="..\Frends.Echo.Execute\Frends.Echo.Execute.csproj"/>
1010
</ItemGroup>
1111

12+
<ItemGroup>
13+
<None Include=".env" CopyToOutputDirectory="PreserveNewest"/>
14+
</ItemGroup>
15+
1216
<ItemGroup>
1317
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
1418
<PackageReference Include="coverlet.collector" Version="6.*"/>

0 commit comments

Comments
 (0)