diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 0598e205ec..a8c78aa8d0 100644 --- a/azure-pipelines-integrationtests.yml +++ b/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'