Skip to content

Commit 27d3a3a

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent f37d331 commit 27d3a3a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

azure-pipelines-codesync.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Starter pipeline
2+
# Start with a minimal pipeline that you can customize to build and deploy your code.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
trigger:
6+
- citest
7+
8+
pool:
9+
name: 'DLTS-Platform'
10+
11+
# container: ubuntu:18.04
12+
13+
variables: { SUBSCRIPTION_NAME: "'Bing DLTS'"}
14+
15+
steps:
16+
17+
- script: |
18+
echo TODO: RUN functional tests!
19+
displayName: 'Functional tests'
20+

0 commit comments

Comments
 (0)