Skip to content

Commit e067ba4

Browse files
committed
Make CI builds deterministic
1 parent 7b2b345 commit e067ba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<Nullable>enable</Nullable>
1616
<ImplicitUsings>enable</ImplicitUsings>
1717
</PropertyGroup>
18+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
19+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
20+
</PropertyGroup>
1821
<ItemGroup>
1922
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
2023
<PackageReference Include="Nerdbank.GitVersioning">

0 commit comments

Comments
 (0)