From b61996184e636ca29567b585480f9350bc2a71b1 Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 30 Jan 2021 17:11:02 -0800 Subject: [PATCH 1/2] Use explicit trigger syntax --- azure-pipelines.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85e89420..427d7c0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,14 @@ # https://aka.ms/yaml trigger: -- master -- dev + branches: + include: + - master + - dev + - dev-slice + tags: + include: + - v* jobs: - job: From d98ffca987dbec4bdb9e3a4afa2ea74abbf3c0a9 Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 30 Jan 2021 17:14:11 -0800 Subject: [PATCH 2/2] fix indentation --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 427d7c0b..aeb2908b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,12 +6,12 @@ trigger: branches: include: - - master - - dev - - dev-slice + - master + - dev + - dev-slice tags: include: - - v* + - v* jobs: - job: