fix: fix of build without telegramconfig.local.json
Some checks are pending
Deploy / update (push) Waiting to run
Build Project .NET / build (push) Successful in 35s

This commit is contained in:
Pavel-Savely Savianok 2025-07-07 18:31:09 +03:00
parent 3d3810dac0
commit 94b50036da

View File

@ -33,7 +33,7 @@
<Content Include="telegramconfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="telegramconfig.local.json">
<Content Include="telegramconfig.local.json" Condition="Exists('telegramconfig.local.json')">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>