Skip to content

Commit 6bf51e6

Browse files
[macos] move license accept out of parallel ForEach (#8120)
1 parent 0d6cb0c commit 6bf51e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/macos/provision/core/xcode.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ $xcodeVersions | ForEach-Object -ThrottleLimit $threadCount -Parallel {
2222

2323
Install-XcodeVersion -Version $_.version -LinkTo $_.link
2424
Confirm-XcodeIntegrity -Version $_.link
25+
}
26+
27+
$xcodeVersions | ForEach-Object {
2528
Approve-XcodeLicense -Version $_.link
2629
}
2730

0 commit comments

Comments
 (0)