This repository has been archived on 2026-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/azure-pipelines.yaml

14 lines
395 B
YAML

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