Skip to content

Commit

Permalink
fix Source Link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Jun 13, 2021
1 parent 7137098 commit 21b3208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- MinVer doesn't use MinVer for versioning because
the environment variables for the build and for the package tests
would interfere with each other. -->
<Version Condition="'$(CI_VERSION)' != ''">$(CI_VERSION)</Version>
</PropertyGroup>

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

</Project>

0 comments on commit 21b3208

Please sign in to comment.