Skip to content

Commit

Permalink
Get repo refs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Feb 22, 2024
1 parent 6e800d7 commit 59013c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@
</ItemGroup>

<MSBuild Projects="@(RepositoryReference->'%(Identity).proj')"
Targets="GetTransitiveRepositoryReferences">
Targets="GetTransitiveRepositoryReferences"
BuildInParallel="true">
<Output TaskParameter="TargetOutputs" ItemName="_DependencyTransitiveRepositoryReference" />
</MSBuild>

Expand Down

0 comments on commit 59013c6

Please sign in to comment.