Browse Source

ensure workloads are latest.

pull/7973/head
Dan Walmsley 4 years ago
parent
commit
a7d6448de8
  1. 2
      azure-pipelines.yml

2
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'

Loading…
Cancel
Save