Skip to content

Commit 0b6c92a

Browse files
committed
Flag if this is a continuous integration build
This helps SourceLink determine that this is a _deterministic_ build.
1 parent 83bc34e commit 0b6c92a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
</PropertyGroup>
2121

22+
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
23+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
24+
</PropertyGroup>
25+
2226
</Project>

0 commit comments

Comments
 (0)