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: