Skip to content

Commit 6cd7570

Browse files
committed
Remove CheckEnvFileExists target from project files
1 parent 932e52b commit 6cd7570

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/BinanceBot.MarketBot.Console/BinanceBot.MarketBot.Console.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2323
</None>
2424
</ItemGroup>
25-
26-
<Target Name="CheckEnvFileExists" BeforeTargets="Build">
27-
<Error Condition="!Exists('.env')" Text="The .env file is missing. Please create it from .env.example before building." />
28-
</Target>
2925
</Project>

src/BinanceBot.MarketViewer.Console/BinanceBot.MarketViewer.Console.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@
2323
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2424
</None>
2525
</ItemGroup>
26-
<Target Name="CheckEnvFileExists" BeforeTargets="Build">
27-
<Error Condition="!Exists('.env')" Text="Missing .env file. Please create .env from .env.example before building." />
28-
</Target>
2926
</Project>

0 commit comments

Comments
 (0)