Skip to content

Commit

Permalink
Set ContinuousIntegrationBuild to true for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Oct 15, 2021
1 parent d7085fc commit 1f917f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(CI)' != ''">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

</Project>

0 comments on commit 1f917f5

Please sign in to comment.