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 b7b9a27 commit 582bf5aCopy full SHA for 582bf5a
msbuild/props/SixLabors.Src.props
@@ -9,7 +9,7 @@
9
</PropertyGroup>
10
11
<!-- Add deterministic builds in CI .-->
12
- <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(DOCS_BUILD)' == ''">
13
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
14
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15
0 commit comments