Skip to content

Commit 4b3d9d4

Browse files
Add dummy Azure config
1 parent 939f397 commit 4b3d9d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.azure-pipelines/auto.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
pr: none
7+
trigger:
8+
- auto
9+
10+
pool:
11+
vmImage: 'Ubuntu 16.04'
12+
13+
steps:
14+
- script: echo Done
15+
displayName: 'Dummy build'

0 commit comments

Comments
 (0)