From 51604284e5152229b1416ccba3df9f99bf63ac27 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 13 Nov 2021 04:02:58 +0200 Subject: [PATCH] maybe this is broken --- scripts/azure-templates-bootstrapper.yml | 2 +- scripts/azure-templates-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/azure-templates-bootstrapper.yml b/scripts/azure-templates-bootstrapper.yml index 617c8b1f33..3cdbee4ab3 100644 --- a/scripts/azure-templates-bootstrapper.yml +++ b/scripts/azure-templates-bootstrapper.yml @@ -24,7 +24,7 @@ parameters: installAndroidNdk: true # whether or not to install the Android NDK installTizenSdk: true # whether or not to install the Tizen SDK installWindowsSdk: true # whether or not to install the Windows SDK - installPreviewVs: true # whether or not to install the preview VS + installPreviewVs: false # whether or not to install the preview VS installDotNet: true # whether or not to install the dotnet SDK installLlvm: true # whether or not to install the LLVM compiler installEmsdk: false # whether or not to install the Emscripten SDK diff --git a/scripts/azure-templates-build.yml b/scripts/azure-templates-build.yml index 215449f070..3ef5e83fb5 100644 --- a/scripts/azure-templates-build.yml +++ b/scripts/azure-templates-build.yml @@ -23,7 +23,7 @@ parameters: installAndroidNdk: true # whether or not to install the Android NDK installTizenSdk: true # whether or not to install the Tizen SDK installWindowsSdk: true # whether or not to install the Windows SDK - installPreviewVs: true # whether or not to install the preview VS + installPreviewVs: false # whether or not to install the preview VS installDotNet: true # whether or not to install the dotnet SDK installLlvm: true # whether or not to install the LLVM compiler installEmsdk: false # whether or not to install the Emscripten SDK