Download artifacts in parallel (#18549)

This commit is contained in:
Matt Mitchell 2024-02-07 08:05:52 -08:00 committed by GitHub
parent e3126dc9d9
commit 0368ac38f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 21 deletions

View file

@ -82,8 +82,7 @@
<MSBuild Projects="$(MSBuildProjectFullPath)"
Targets="InstallRuntimeToLayout"
Properties="RuntimeVersionToInstall=%(RuntimeVersionToInstall.Identity)"
BuildInParallel="false"/>
Properties="RuntimeVersionToInstall=%(RuntimeVersionToInstall.Identity)" />
</Target>
<Target Name="InstallRuntimeToLayout">
@ -155,9 +154,7 @@
</ItemGroup>
<MSBuild Projects="@(TestProjectToRun)"
Targets="RunTestsAsTool"
BuildInParallel="true"
/>
Targets="RunTestsAsTool" />
</Target>
<Target Name="RunTestsAsTool">