From 85ef386fde3343f1d3cd9d0ae7e675090e1b2805 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Wed, 5 Jul 2023 11:37:54 +0800 Subject: [PATCH 1/2] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60d6c362f84..e8fe6e1c032 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -506,7 +506,8 @@ jobs: - job: TestExtensionsLoading displayName: Test Extensions Loading - condition: succeeded() + # condition: succeeded() + condition: always() timeoutInMinutes: 40 pool: From be4a1e7503a76b1ca18d315dd093b3c237335f73 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Wed, 5 Jul 2023 12:14:02 +0800 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8fe6e1c032..4fbf681bcb5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -506,8 +506,8 @@ jobs: - job: TestExtensionsLoading displayName: Test Extensions Loading - # condition: succeeded() - condition: always() + condition: succeeded() + continueOnError: true timeoutInMinutes: 40 pool: