Skip to content

Commit

Permalink
Disable test parallelisation in language services (#10885)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier authored Sep 14, 2024
2 parents ca91065 + 5a6fde9 commit f3a633b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
<EmbeddedResource Include="TestFiles\**\*" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\Microsoft.AspNetCore.Razor.LanguageServer.Test\XunitAssemblyInfo.cs" Link="XunitAssemblyInfo.cs" />
</ItemGroup>

</Project>

0 comments on commit f3a633b

Please sign in to comment.