Skip to content

Commit b60371d

Browse files
authored
chore: enable deterministic build on CI (dotnet#2914)
1 parent bd5ec34 commit b60371d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/dotnet/BenchmarkDotNet</RepositoryUrl>
14+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
1415

1516
<CLSCompliant>true</CLSCompliant>
1617
<ComVisible>false</ComVisible>

0 commit comments

Comments
 (0)