From 1bf5ef8f8713174dd5d8537b025d0bf2cb2cb50e Mon Sep 17 00:00:00 2001 From: "Tobias Burdow [Kaleidox]" Date: Sat, 27 Feb 2021 14:46:26 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7c7b08a3..b36970aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,12 @@ # https://aka.ms/yaml trigger: -- master + branches: + include: + - master + paths: + include: + - status/csharp/* pool: vmImage: 'windows-latest'