From a7d6448de81546661140b96e8234934be9639d29 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Wed, 13 Apr 2022 14:43:32 +0100 Subject: [PATCH] ensure workloads are latest. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a16229893d..ddad402e46 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 android ios --skip-manifest-update --source "https://api.nuget.org/v3/index.json" + dotnet workload install - task: CmdLine@2 displayName: 'Install Nuke'