mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add UWP build tools to CI images.
This commit is contained in:
parent
3dd1bfc317
commit
dc6b1ae514
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ $client.DownloadFile("https://aka.ms/vs/15/release/vs_buildtools.exe", "C:\vs_bu
|
|||
Start-Process C:\vs_buildtools.exe -ArgumentList (`
|
||||
"--passive --norestart --includeRecommended " +
|
||||
"--add Microsoft.VisualStudio.Workload.VCTools " +
|
||||
"--add Microsoft.VisualStudio.Workload.UniversalBuildTools " +
|
||||
"--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 " +
|
||||
"--add Microsoft.VisualStudio.Component.VC.ATL " +
|
||||
"--add Microsoft.VisualStudio.Component.VC.ATL.ARM64 " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue