From c315842c1e0dcd42a074800fe3cafacb05710333 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 25 Feb 2023 09:43:49 +0000 Subject: [PATCH 1/5] xcode-select --- azure-pipelines-integrationtests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 5735da19ab..ffd7bb09c6 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -25,6 +25,7 @@ jobs: - script: system_profiler SPDisplaysDataType |grep Resolution - script: | + xcode-select -s /Applications/Xcode.app/Contents/Developer pkill node appium & pkill IntegrationTestApp From c1c1a10d2fba23857a1b133132ee5504d2d9d67e Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 25 Feb 2023 09:45:46 +0000 Subject: [PATCH 2/5] sudo --- azure-pipelines-integrationtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index ffd7bb09c6..81e1046a1e 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -25,7 +25,7 @@ jobs: - script: system_profiler SPDisplaysDataType |grep Resolution - script: | - xcode-select -s /Applications/Xcode.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode.app/Contents/Developer pkill node appium & pkill IntegrationTestApp From b548ccb346aad761e1b40efbd38dcbf96bdd2d51 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 25 Feb 2023 10:08:01 +0000 Subject: [PATCH 3/5] fix integration test app, missing inter font package. --- samples/IntegrationTestApp/IntegrationTestApp.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/IntegrationTestApp/IntegrationTestApp.csproj b/samples/IntegrationTestApp/IntegrationTestApp.csproj index 0a761d70ba..1356eeb526 100644 --- a/samples/IntegrationTestApp/IntegrationTestApp.csproj +++ b/samples/IntegrationTestApp/IntegrationTestApp.csproj @@ -19,6 +19,7 @@ + From 4a3c82b194f782d89c44a1670dcb8e8de1dce59d Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 25 Feb 2023 11:19:46 +0000 Subject: [PATCH 4/5] remove trigger from yaml. --- azure-pipelines-integrationtests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 81e1046a1e..df6ecbbaf7 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -3,9 +3,6 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml -trigger: -- master - jobs: - job: Mac pool: From 4592470047ce8b47b8ba43c09efcc189b2cab2c8 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sat, 25 Feb 2023 11:27:37 +0000 Subject: [PATCH 5/5] remove header not needed. --- azure-pipelines-integrationtests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index df6ecbbaf7..7221fe4657 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -1,8 +1,3 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml - jobs: - job: Mac pool: