Download artifacts in parallel (#18549)
This commit is contained in:
parent
e3126dc9d9
commit
0368ac38f7
4 changed files with 6 additions and 21 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue