github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/build/azure-pipelines/choco.yaml (about)

     1  # Starter pipeline
     2  # Start with a minimal pipeline that you can customize to build and deploy your code.
     3  # Add steps that build, run tests, deploy, and more:
     4  # https://aka.ms/yaml
     5  
     6  trigger:
     7  - master
     8  
     9  pool:
    10    vmImage: 'ubuntu-latest'
    11  
    12  steps:
    13  - script: echo Hello, world!
    14    displayName: 'Run a one-line script'
    15  
    16  - script: |
    17      echo Add other tasks to build, test, and deploy your project.
    18      echo See https://aka.ms/yaml
    19    displayName: 'Run a multi-line script'