Skip to content

Commit 44ed446

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 82a412b commit 44ed446

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ steps:
1717
echo Add other tasks to build, test, and deploy your project.
1818
echo See https://aka.ms/yaml
1919
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

Comments
 (0)