Browse Source

install sdks.

pull/8443/head
Dan Walmsley 4 years ago
committed by GitHub
parent
commit
d400353bfe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      azure-pipelines-integrationtests.yml

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

Loading…
Cancel
Save