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'