Skip to content

Commit b39844d

Browse files
Disable parallelism for all TFMs
Do not run multiple TFMs for the same test assembly in parallel.
1 parent 79faf40 commit b39844d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
3838
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
3939
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
40+
<TestTfmsInParallel>false</TestTfmsInParallel>
4041
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4142
<UseArtifactsOutput>true</UseArtifactsOutput>
4243
<VersionPrefix>10.1.3</VersionPrefix>

test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<OutputType>Exe</OutputType>
77
<SignAssembly>true</SignAssembly>
88
<TargetFrameworks>$(DefaultTargetFrameworks)</TargetFrameworks>
9-
<TestTfmsInParallel>false</TestTfmsInParallel>
109
</PropertyGroup>
1110

1211
<ItemGroup>

0 commit comments

Comments
 (0)