From 741c4a8bb19875aa6474810e76d7249bd1ed5af5 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Mon, 28 Feb 2022 22:30:05 -0500 Subject: [PATCH] Missed workload --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bc1362cdb7..79456b117b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -147,7 +147,7 @@ jobs: displayName: 'Install Workloads' inputs: script: | - dotnet workload install --no-cache --disable-parallel ios --skip-manifest-update --source "https://api.nuget.org/v3/index.json" + dotnet workload install --no-cache --disable-parallel android ios --skip-manifest-update --source "https://api.nuget.org/v3/index.json" - task: CmdLine@2 displayName: 'Install Nuke'