Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
HamiedAsadi committed Mar 21, 2023
1 parent 1b862ed commit 4c12477
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Starter pipeline


trigger:
- DebugPME
trigger: none

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.
displayName: 'Run a multi-line script'
stages:
- stage: stage1
displayName: My first stage
jobs:
- job: job1
displayName: My first job
steps:
- script: echo "Hello world"
displayName: my first pipeline

0 comments on commit 4c12477

Please sign in to comment.