ci(azure-pipelines): create initial azure-pipelines.yml

This commit is contained in:
Sarah Vaupel 2024-10-28 13:26:42 +01:00
parent 2ebfca4692
commit 8724fec74f

14
azure-pipelines.yml Normal file
View File

@ -0,0 +1,14 @@
pool: 'Prod Private Agent Pool'
jobs:
- job: Hello-World
container:
image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04'
endpoint: devfra
steps:
- displayName: 'Run a one-line script'
script: echo Hello, world!
- displayName: 'Run a multi-line script'
script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml