From 3ad1b5e73e06a83f1194485f7426a5241a334a55 Mon Sep 17 00:00:00 2001 From: kirankumarkolli Date: Tue, 6 Aug 2019 20:53:12 +0530 Subject: [PATCH] Limited Gated and Functional to Cosmos folder only (#642) --- azure-pipelines-functional.yml | 10 +++++++++- azure-pipelines.yml | 10 ++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-functional.yml b/azure-pipelines-functional.yml index cba46373e0..f8553d85f4 100644 --- a/azure-pipelines-functional.yml +++ b/azure-pipelines-functional.yml @@ -1,4 +1,12 @@ -pr: none +pr: + branches: + include: + - master + - releases/* + paths: + include: + - Microsoft.Azure.Cosmos/* + - NuGet.config variables: DebugArguments: ' --filter "TestCategory!=Quarantine" --verbosity normal ' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index edd3cb3814..334442517c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,12 @@ pr: - - master - - releases/* + branches: + include: + - master + - releases/* + paths: + include: + - Microsoft.Azure.Cosmos/* + - NuGet.config variables: DebugArguments: ' --filter "TestCategory!=Quarantine & TestCategory!=Functional" --verbosity normal '