Skip to content

Commit 80a6324

Browse files
christothespakrym
andauthored
Create initial ci for Azure.Data.Tables (#11502)
* create initial ci for Azure.Data.Tables * Azure.Data.Table => Azure.Data.Tables Co-Authored-By: Pavel Krymets <[email protected]> * Azure.Data.Table => Azure.Data.Tables Co-authored-by: Pavel Krymets <[email protected]>
1 parent cdc2676 commit 80a6324

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

sdk/tables/ci.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# DO NOT EDIT THIS FILE
2+
# This file is generated automatically and any changes will be lost.
3+
4+
resources:
5+
repositories:
6+
- repository: azure-sdk-tools
7+
type: github
8+
name: Azure/azure-sdk-tools
9+
endpoint: azure
10+
- repository: azure-sdk-build-tools
11+
type: git
12+
name: internal/azure-sdk-build-tools
13+
14+
trigger:
15+
branches:
16+
include:
17+
- master
18+
- hotfix/*
19+
- release/*
20+
paths:
21+
include:
22+
- sdk/tables/
23+
24+
pr:
25+
branches:
26+
include:
27+
- master
28+
- feature/*
29+
- hotfix/*
30+
- release/*
31+
paths:
32+
include:
33+
- sdk/tables/
34+
35+
stages:
36+
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
37+
parameters:
38+
ServiceDirectory: tables
39+
ArtifactName: packages
40+
Artifacts:
41+
- name: Azure.Data.Tables
42+
safeName: AzureDataTables

sdk/tables/tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
trigger: none
2+
3+
resources:
4+
repositories:
5+
- repository: azure-sdk-tools
6+
type: github
7+
name: Azure/azure-sdk-tools
8+
endpoint: azure
9+
10+
jobs:
11+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
12+
parameters:
13+
ServiceDirectory: tables

0 commit comments

Comments
 (0)