We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba9b45 commit bfcb339Copy full SHA for bfcb339
src/Directory.Build.props
@@ -13,11 +13,16 @@
13
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
14
<LangVersion>preview</LangVersion>
15
<Nullable>enable</Nullable>
16
+ <WarningsAsErrors>Nullable;$(WarningsAsErrors)</WarningsAsErrors>
17
<ImplicitUsings>enable</ImplicitUsings>
18
<DebugSymbols>True</DebugSymbols>
19
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
20
</PropertyGroup>
21
22
+ <PropertyGroup Condition=" '$(CI)' =='true' ">
23
+ <Deterministic>true</Deterministic>
24
+ </PropertyGroup>
25
+
26
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
27
<DebugType>pdbonly</DebugType>
28
0 commit comments