fix: fix of build without telegramconfig.local.json
This commit is contained in:
parent
3d3810dac0
commit
94b50036da
@ -33,7 +33,7 @@
|
|||||||
<Content Include="telegramconfig.json">
|
<Content Include="telegramconfig.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="telegramconfig.local.json">
|
<Content Include="telegramconfig.local.json" Condition="Exists('telegramconfig.local.json')">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user