Skip to content

Commit 2151cb1

Browse files
committed
Adding extra build properties
1 parent d3e8c5e commit 2151cb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<EnableCodeAnalysis>true</EnableCodeAnalysis>
1818
<NoWarn>S125;CA1848;CA1002;CA1515;S1118</NoWarn>
1919
</PropertyGroup>
20+
<PropertyGroup>
21+
<InvariantGlobalization>true</InvariantGlobalization>
22+
<TieredPGO>true</TieredPGO>
23+
</PropertyGroup>
2024
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
2125
<IsPackable>false</IsPackable>
2226
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>

0 commit comments

Comments
 (0)