Skip to content

Commit

Permalink
Update build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Jul 9, 2020
1 parent f2b0893 commit 81b0523
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<LangVersion>8.0</LangVersion>
<Prefer32Bit>false</Prefer32Bit>
<DefaultItemExcludes>$(DefaultItemExcludes);*.DotSettings;*.ncrunchproject</DefaultItemExcludes>
<DebugType>embedded</DebugType>
Expand All @@ -21,15 +21,17 @@
<Copyright>Copyright © ABC arbitrage 2017-2020</Copyright>
<PackageTags>log;logging;zero-allocation</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<PropertyGroup Condition="'$(NCrunch)' == '1'">
<EnableSourceLink>false</EnableSourceLink>
<EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries>
</PropertyGroup>

<PropertyGroup Condition="'$(TF_BUILD)' != ''">
<DeterministicSourcePaths>true</DeterministicSourcePaths>
<PropertyGroup>
<ContinuousIntegrationBuild Condition="'$(TF_BUILD)' != ''">true</ContinuousIntegrationBuild>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' != ''">true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 81b0523

Please sign in to comment.