aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-08-20 17:38:00 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-08-21 20:28:41 -0400
commitdc6b1ae5141349b8ef4bfb4a4926b82dd7c52abb (patch)
tree389013bd81f69417fdd6c594c47a3272eb07f079
parent3dd1bfc31759de2b9008ed58c31eb8fe8915edb9 (diff)
downloadservo-dc6b1ae5141349b8ef4bfb4a4926b82dd7c52abb.tar.gz
servo-dc6b1ae5141349b8ef4bfb4a4926b82dd7c52abb.zip
Add UWP build tools to CI images.
-rw-r--r--etc/taskcluster/windows/first-boot.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/windows/first-boot.ps1 b/etc/taskcluster/windows/first-boot.ps1
index f77ed2a2fe3..d27814d40c9 100644
--- a/etc/taskcluster/windows/first-boot.ps1
+++ b/etc/taskcluster/windows/first-boot.ps1
@@ -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 " +