From dc6b1ae5141349b8ef4bfb4a4926b82dd7c52abb Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 20 Aug 2019 17:38:00 -0400 Subject: [PATCH] Add UWP build tools to CI images. --- etc/taskcluster/windows/first-boot.ps1 | 1 + 1 file changed, 1 insertion(+) 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 " +