Skip to content

Commit 6871cba

Browse files
Update SixLabors.Src.props
1 parent 6f18f9d commit 6871cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/props/SixLabors.Src.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<!-- Add deterministic builds in CI .-->
12-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(DOCS_BUILD)' == ''">
12+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(SIXLABORS_DOCS_BUILD)' == ''">
1313
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1414
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)