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'