Skip to content

Commit

Permalink
Updates to test runner configuration for pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Sep 6, 2024
1 parent ae6b520 commit 727e037
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
</Content>
</ItemGroup>

<ItemGroup>
<None Remove="xunit.runner.json" />
</ItemGroup>

<ItemGroup>
<Content Include="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="FluentAssertions.Json" Version="6.1.0" />
Expand Down
3 changes: 3 additions & 0 deletions src/Microsoft.Health.Fhir.CodeGen.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"maxParallelThreads": 1,
"parallelAlgorithm": "conservative",
"parallelizeAssembly": false,
"parallelizeTestCollections": false
}

0 comments on commit 727e037

Please sign in to comment.