From 9679b1562cda7c51c7b05ff77fd061fe275aa246 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 5 Jul 2022 11:42:44 +0100 Subject: [PATCH] use self hosted mac agent. --- azure-pipelines-integrationtests.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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'