Skip to content

Commit 68a1507

Browse files
Set up CI with Azure Pipelines
1 parent 2d8e58a commit 68a1507

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
pool:
7+
vmImage: 'Ubuntu 16.04'
8+
9+
steps:
10+
- script: echo Hello, world!
11+
displayName: 'Run a one-line script'
12+
13+
- script: |
14+
echo Add other tasks to build, test, and deploy your project.
15+
echo See https://aka.ms/yaml
16+
displayName: 'Run a multi-line script'

0 commit comments

Comments
 (0)