From 9965ec22c0cccdf20837e27d1aa2464f40bc729c Mon Sep 17 00:00:00 2001 From: Lucas Yao Date: Fri, 28 May 2021 17:19:55 +0800 Subject: [PATCH 1/2] add configuration in yarm file for test. --- .azure-pipelines/powershell-core.yml | 5 +++++ .azure-pipelines/windows-powershell.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.azure-pipelines/powershell-core.yml b/.azure-pipelines/powershell-core.yml index 63243c502472..f046d30f7e08 100644 --- a/.azure-pipelines/powershell-core.yml +++ b/.azure-pipelines/powershell-core.yml @@ -10,6 +10,11 @@ variables: Configuration: Debug DebugLocalBuildTasks: true +pr: + branches: + include: + - '*' + jobs: - job: Build displayName: Build diff --git a/.azure-pipelines/windows-powershell.yml b/.azure-pipelines/windows-powershell.yml index 6ade3c2cb27e..71680e5834ff 100644 --- a/.azure-pipelines/windows-powershell.yml +++ b/.azure-pipelines/windows-powershell.yml @@ -6,6 +6,11 @@ variables: Configuration: Debug DebugLocalBuildTasks: true +pr: + branches: + include: + - '*' + jobs: - job: Build displayName: Build From a7cb14b577eae37607f0af643bffd0aa2600a554 Mon Sep 17 00:00:00 2001 From: Lucas Yao Date: Fri, 28 May 2021 17:33:13 +0800 Subject: [PATCH 2/2] Updated yml file for CI. --- .azure-pipelines/powershell-core.yml | 4 ++++ .azure-pipelines/windows-powershell.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.azure-pipelines/powershell-core.yml b/.azure-pipelines/powershell-core.yml index f046d30f7e08..f90b278ff696 100644 --- a/.azure-pipelines/powershell-core.yml +++ b/.azure-pipelines/powershell-core.yml @@ -10,10 +10,14 @@ variables: Configuration: Debug DebugLocalBuildTasks: true +trigger: none + pr: branches: include: - '*' + exclude: + - Azs-tzl jobs: - job: Build diff --git a/.azure-pipelines/windows-powershell.yml b/.azure-pipelines/windows-powershell.yml index 71680e5834ff..cdb83b343c60 100644 --- a/.azure-pipelines/windows-powershell.yml +++ b/.azure-pipelines/windows-powershell.yml @@ -6,10 +6,14 @@ variables: Configuration: Debug DebugLocalBuildTasks: true +trigger: none + pr: branches: include: - '*' + exclude: + - Azs-tzl jobs: - job: Build