Skip to content

Commit

Permalink
Limited Gated and Functional to Cosmos folder only (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankumarkolli authored Aug 6, 2019
1 parent 7e64226 commit 3ad1b5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
10 changes: 9 additions & 1 deletion azure-pipelines-functional.yml
Original file line number Diff line number Diff line change
@@ -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 '
Expand Down
10 changes: 8 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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 '
Expand Down

0 comments on commit 3ad1b5e

Please sign in to comment.