We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f18f9d commit 6871cbaCopy full SHA for 6871cba
msbuild/props/SixLabors.Src.props
@@ -9,7 +9,7 @@
9
</PropertyGroup>
10
11
<!-- Add deterministic builds in CI .-->
12
- <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(DOCS_BUILD)' == ''">
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(SIXLABORS_DOCS_BUILD)' == ''">
13
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
14
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15
0 commit comments