fix(directory): 🐛🔨 add SharedKernel to build triggers

This commit is contained in:
Collin M. Barrett 2020-09-13 13:27:05 -05:00
parent 1ab56ceda5
commit 004e1af65b

View file

@ -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/*,