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 ac588fe commit 26c78cbCopy full SHA for 26c78cb
Directory.Build.props
@@ -2,6 +2,8 @@
2
<PropertyGroup>
3
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
4
<Authors>domaindrivendev</Authors>
5
+ <!-- HACK See https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2893 -->
6
+ <BuildInParallel>false</BuildInParallel>
7
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
8
<Company>https://github.com/domaindrivendev/Swashbuckle.AspNetCore</Company>
9
<ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild>
0 commit comments