Skip to content

Commit 244ce93

Browse files
authored
Fix XML formatting for secrets.json inclusion
1 parent 8211338 commit 244ce93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GassiMeter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2525
</Content>
2626
<None Remove="secrets.json" />
27-
<Content Include="secrets.json" Condition="Exists('secrets.json')>
27+
<Content Include="secrets.json" Condition="Exists('secrets.json')">
2828
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2929
</Content>
3030
</ItemGroup>

0 commit comments

Comments
 (0)