Browse Source

use self hosted mac agent.

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

15
azure-pipelines-integrationtests.yml

@ -7,22 +7,9 @@ trigger:
- master
pool:
vmImage: macOS-12
name: 'AvaloniaMacPool'
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'
- script: appium &
displayName: 'start appium'

Loading…
Cancel
Save