Skip to content

Commit

Permalink
use self hosted mac agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Jul 5, 2022
1 parent 219a12f commit 9679b15
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions azure-pipelines-integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 9679b15

Please sign in to comment.