Skip to content

Commit

Permalink
add <BuildInParallel>false</BuildInParallel> to solve CI errors (dotn…
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac authored Nov 7, 2023
1 parent c02a670 commit f84f433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Graphics/src/Text.Markdig/Graphics.Text.Markdig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<IsTrimmable>false</IsTrimmable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591;RS0041</NoWarn>
<BuildInParallel>false</BuildInParallel>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f84f433

Please sign in to comment.