Add manual tasks to lab content

This commit is contained in:
Ethan Dennis
2022-09-07 16:49:07 -07:00
parent db69651119
commit dc7c478762
3 changed files with 13 additions and 16 deletions
@@ -4,16 +4,15 @@
# https://aka.ms/yaml
trigger:
- main
- main
pool:
vmImage: windows-latest
pool: mechamachine
steps:
- script: echo Hello, I am pipeline 2!
displayName: 'Run a one-line script'
- script: echo Hello, I am pipeline 2!
displayName: "Run a one-line script"
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: "Run a multi-line script"