Skip to content

Commit 6f0b759

Browse files
authoredAug 27, 2019
Create appconfiguration ci (Azure#6963)
* adding appconfiguration ci.yml * small update to the contributing doc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If at any time you want to blow away the tox created virtual environments and st
6565

6666
Note that we didn't provide an `environment` argument for this example. Reason here is that the _default_ environment selected by our common `tox.ini` file is one that runs `pytest`.
6767

68-
#### `*wheel_tests` environments
68+
#### `whl` environment
6969
Used for test execution across the spectrum of all the platforms we want to support. Maintained at a `platform specific` level just in case we run into platform-specific bugs.
7070

7171
* Installs the wheel, runs tests using the wheel

‎sdk/appconfiguration/ci.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# DO NOT EDIT THIS FILE
2+
# This file is generated automatically and any changes will be lost.
3+
4+
trigger:
5+
branches:
6+
include:
7+
- master
8+
paths:
9+
include:
10+
- sdk/appconfiguration/
11+
12+
pr:
13+
branches:
14+
include:
15+
- master
16+
paths:
17+
include:
18+
- sdk/appconfiguration/
19+
20+
jobs:
21+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
22+
parameters:
23+
ServiceDirectory: appconfiguration

0 commit comments

Comments
 (0)
Please sign in to comment.