Skip to content

Commit 4409723

Browse files
committed
Add xunit.runner.json
1 parent 23a1329 commit 4409723

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

test/Azure.Functions.Cli.Tests/Azure.Functions.Cli.Tests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
1919
</ItemGroup>
2020

21+
<ItemGroup>
22+
<Content Include="xunit.runner.json">
23+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
24+
</Content>
25+
</ItemGroup>
2126

2227
<ItemGroup>
2328
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"parallelizeTestCollections": false,
3+
"parallelizeAssembly": false
4+
}

0 commit comments

Comments
 (0)