Skip to content

Commit

Permalink
Disable parallel build (#2894)
Browse files Browse the repository at this point in the history
Disable parallel build to avoid file-write conflicts.
Relates to #2893.
  • Loading branch information
martincostello committed May 18, 2024
1 parent ac588fe commit 26c78cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Authors>domaindrivendev</Authors>
<!-- HACK See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2893 -->
<BuildInParallel>false</BuildInParallel>
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
<Company>https://github.com/domaindrivendev/Swashbuckle.AspNetCore</Company>
<ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild>
Expand Down

0 comments on commit 26c78cb

Please sign in to comment.