We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a412b commit 44ed446Copy full SHA for 44ed446
1 file changed
azure-pipelines.yml
@@ -17,3 +17,10 @@ steps:
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'
20
+
21
+- task: CmdLine@2
22
+ inputs:
23
+ script: |
24
+ echo Write your commands here
25
26
+ echo Hello world
0 commit comments