diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4910b7fb..8add6b35e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,8 +30,13 @@ jobs: xcode: '13.2' cake: '0.33.0' initSteps: + # Cake v0.33.0 uses this version - task: UseDotNet@2 - displayName: install .NET $(DotNetVersion) + displayName: Install .NET 2.1.818 + inputs: + version: '2.1.818' + - task: UseDotNet@2 + displayName: Install .NET $(DotNetVersion) inputs: version: $(DotNetVersion) - pwsh: |