Skip to content

Commit

Permalink
Ignore copy action of config.yaml if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Nov 16, 2024
1 parent 273b389 commit 473c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trawler-csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="config.yaml">
<AdditionalFiles Include="config.yaml" Condition="Exists('config.yaml')">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AdditionalFiles>
</ItemGroup>
Expand Down

0 comments on commit 473c8f2

Please sign in to comment.