From 004e1af65bee40cd237c8d9e7356ee676745c80f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 13 Sep 2020 13:27:05 -0500 Subject: [PATCH] =?UTF-8?q?fix(directory):=20=F0=9F=90=9B=F0=9F=94=A8=20ad?= =?UTF-8?q?d=20SharedKernel=20to=20build=20triggers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/azure-pipelines.api.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/Directory/azure-pipelines.api.yaml b/services/Directory/azure-pipelines.api.yaml index 0f5432daa..c51d54a28 100644 --- a/services/Directory/azure-pipelines.api.yaml +++ b/services/Directory/azure-pipelines.api.yaml @@ -6,6 +6,8 @@ trigger: include: [ services/Directory/azure-pipelines.api.yaml, + services/SharedKernel/FilterLists.SharedKernel.Apis.Contracts/*, + services/SharedKernel/FilterLists.SharedKernel.Logging/*, services/Directory/FilterLists.Directory.Domain/*, services/Directory/FilterLists.Directory.Infrastructure/*, services/Directory/FilterLists.Directory.Infrastructure.Migrations/*, @@ -25,6 +27,8 @@ pr: include: [ services/Directory/azure-pipelines.api.yaml, + services/SharedKernel/FilterLists.SharedKernel.Apis.Contracts/*, + services/SharedKernel/FilterLists.SharedKernel.Logging/*, services/Directory/FilterLists.Directory.Domain/*, services/Directory/FilterLists.Directory.Infrastructure/*, services/Directory/FilterLists.Directory.Infrastructure.Migrations/*,