Skip to content

Commit bfcb339

Browse files
committed
Build improvements
closes #262 closes #263
1 parent fba9b45 commit bfcb339

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
1414
<LangVersion>preview</LangVersion>
1515
<Nullable>enable</Nullable>
16+
<WarningsAsErrors>Nullable;$(WarningsAsErrors)</WarningsAsErrors>
1617
<ImplicitUsings>enable</ImplicitUsings>
1718
<DebugSymbols>True</DebugSymbols>
1819
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
1920
</PropertyGroup>
2021

22+
<PropertyGroup Condition=" '$(CI)' =='true' ">
23+
<Deterministic>true</Deterministic>
24+
</PropertyGroup>
25+
2126
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
2227
<DebugType>pdbonly</DebugType>
2328
</PropertyGroup>

0 commit comments

Comments
 (0)