We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16de32 commit fcfef4fCopy full SHA for fcfef4f
build/azure-pipelines/choco.yaml
@@ -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-latest'
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