Skip to content

Commit

Permalink
[Internal] Pipelines: Fixes pipeline to not run on documentation (#3425)
Browse files Browse the repository at this point in the history
* Update CI trigger

* Update functional
  • Loading branch information
ealsur committed Aug 29, 2022
1 parent 0f4d76e commit b54e01d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
11 changes: 4 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ pr:
paths:
include:
- '*'
exclude:
- '*.md'
- 'docs/**/*'
- 'Microsoft.Azure.Cosmos/contracts/**/*'

variables:
DebugArguments: ' --filter "TestCategory!=Quarantine & TestCategory!=Functional" --verbosity normal '
Expand All @@ -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:
Expand Down

0 comments on commit b54e01d

Please sign in to comment.