Skip to content

Commit 26c78cb

Browse files
Disable parallel build (#2894)
Disable parallel build to avoid file-write conflicts. Relates to #2893.
1 parent ac588fe commit 26c78cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<PropertyGroup>
33
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
44
<Authors>domaindrivendev</Authors>
5+
<!-- HACK See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2893 -->
6+
<BuildInParallel>false</BuildInParallel>
57
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
68
<Company>https://github.com/domaindrivendev/Swashbuckle.AspNetCore</Company>
79
<ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)