Skip to content

Instantly share code, notes, and snippets.

@felipebaltazar
Created September 24, 2023 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipebaltazar/ed15408763eef7df7127c26c67f9013f to your computer and use it in GitHub Desktop.
Save felipebaltazar/ed15408763eef7df7127c26c67f9013f to your computer and use it in GitHub Desktop.
Starter pipeline template
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- script: echo Hello, world!
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment