Skip to content

Commit 910d284

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 270208b commit 910d284

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

azure-pipelines.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: ubuntu-20.04
11+
12+
steps:
13+
- script: echo Hello, world!
14+
displayName: 'Run a one-line script'
15+
16+
- script: |
17+
echo Add other tasks to build, test, and deploy your project.
18+
echo See https://aka.ms/yaml
19+
displayName: 'Run a multi-line script'

0 commit comments

Comments
 (0)