Skip to content
Snippets Groups Projects
Commit 4f1ae960 authored by Joe Donofry's avatar Joe Donofry
Browse files

Set up CI with Azure Pipelines

[skip ci]
parent dcf13bc6
No related branches found
No related tags found
No related merge requests found
# 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:
- master
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment