Skip to content

Commit 6a7b41a

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 9890dd6 commit 6a7b41a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
trigger:
2+
- master
3+
4+
pool:
5+
vmImage: 'vs2017-win2016'
6+
7+
steps:
8+
- powershell: .\download.ps1
9+
displayName: 'Run the build'

0 commit comments

Comments
 (0)