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'