Skip to content

Commit

Permalink
For now disable parallel build to see if CI will be happier
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 22, 2023
1 parent be5e42b commit d2b8fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/Library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<!--Net78 -->
<PropertyGroup Condition=" $(OkFeatures.Contains(';Net78;')) ">
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<BuildInParallel>false</BuildInParallel> <!-- seems to collide when parallel 7+8 TODO debug -->
<TargetFramework />
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit d2b8fc2

Please sign in to comment.