Skip to content

Commit

Permalink
Move cosmosdb to cosmos (#7384)
Browse files Browse the repository at this point in the history
* Moved packages in sdk/cosmosdb to sdk/cosmos.

* Adjust trigger paths.

* Added management excludes.
  • Loading branch information
mitchdenny authored Jan 14, 2020
1 parent 8c44c17 commit 7d14750
Show file tree
Hide file tree
Showing 673 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions sdk/cosmosdb/ci.mgmt.yml → sdk/cosmos/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ trigger:
- release/*
paths:
include:
- sdk/cosmosdb/
- sdk/cosmos/
exclude:
- sdk/cosmosdb/microsoft-azure
- sdk/cosmos/microsoft-azure
- sdk/cosmos/azure

pr:
branches:
Expand All @@ -26,9 +27,10 @@ pr:
- release/*
paths:
include:
- sdk/cosmosdb/
- sdk/cosmos/
exclude:
- sdk/cosmosdb/microsoft-azure
- sdk/cosmos/microsoft-azure
- sdk/cosmos/azure


variables:
Expand Down
6 changes: 5 additions & 1 deletion sdk/cosmos/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ trigger:
paths:
include:
- sdk/cosmos/
exclude:
- sdk/cosmos/mgmt

pr:
branches:
Expand All @@ -32,7 +34,9 @@ pr:
paths:
include:
- sdk/cosmos/

exclude:
- sdk/cosmos/mgmt

stages:
- template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml #NOTE: Non-standard template.
parameters:
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7d14750

Please sign in to comment.