From d400353bfe2e30d76691cd5a85c21c261ec89f46 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 4 Jul 2022 18:30:08 +0100 Subject: [PATCH] install sdks. --- azure-pipelines-integrationtests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 476db51800..981f6f673c 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -10,6 +10,16 @@ pool: vmImage: macOS-10.15 steps: +- task: UseDotNet@2 + displayName: 'Use .NET Core SDK 3.1.418' + inputs: + version: 3.1.418 + +- task: UseDotNet@2 + displayName: 'Use .NET Core SDK 6.0.202' + inputs: + version: 6.0.202 + - script: npm install -g appium displayName: 'install appium'