From 9ba05ec921c9b48c136f09b2d357d5bd670d6868 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Wed, 2 Feb 2022 20:20:31 -0500 Subject: [PATCH] Install android workload --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40669f4f53..36af740c53 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -146,6 +146,12 @@ jobs: inputs: version: 6.0.100 + - task: CmdLine@2 + displayName: 'Install Androi Workload' + inputs: + script: | + dotnet workload install android + - task: CmdLine@2 displayName: 'Install Nuke' inputs: