From b54e01de47c003406b66aa04542463e851d6bb25 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Mon, 29 Aug 2022 14:14:49 -0700 Subject: [PATCH] [Internal] Pipelines: Fixes pipeline to not run on documentation (#3425) * Update CI trigger * Update functional --- azure-pipelines-functional.yml | 4 ++++ azure-pipelines.yml | 11 ++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/azure-pipelines-functional.yml b/azure-pipelines-functional.yml index 355db29ba7..2f04ccecd6 100644 --- a/azure-pipelines-functional.yml +++ b/azure-pipelines-functional.yml @@ -10,6 +10,10 @@ pr: include: - Microsoft.Azure.Cosmos/* - NuGet.config + exclude: + - '*.md' + - 'docs/**/*' + - 'Microsoft.Azure.Cosmos/contracts/**/*' variables: DebugArguments: ' --filter "TestCategory!=Quarantine" --verbosity normal ' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2273343a23..98490f0a62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,10 @@ pr: paths: include: - '*' + exclude: + - '*.md' + - 'docs/**/*' + - 'Microsoft.Azure.Cosmos/contracts/**/*' variables: DebugArguments: ' --filter "TestCategory!=Quarantine & TestCategory!=Functional" --verbosity normal ' @@ -21,13 +25,6 @@ jobs: parameters: BuildConfiguration: Release VmImage: $(VmImage) - - -#- template: templates/build-test.yml -# parameters: -# BuildConfiguration: Debug -# Arguments: $(DebugArguments) -# VmImage: $(VmImage) - template: templates/nuget-pack.yml parameters: