From 8053f8d66f91e8c0cb1027eafc87283a61d603d5 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 26 Sep 2022 23:46:07 +0100 Subject: [PATCH] dont install non compatible workloads on linux. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ae811de9d..5bfda7cd2e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,7 +48,7 @@ jobs: displayName: 'Install Workloads' inputs: script: | - dotnet workload install android ios wasm-tools wasm-experimental + dotnet workload install wasm-tools wasm-experimental - task: CmdLine@2 displayName: 'Run Build'