We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9890dd6 commit 6a7b41aCopy full SHA for 6a7b41a
azure-pipelines.yml
@@ -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