source: TesteGit/azure-pipelines.yml @ 0e69f61

Última Alteração nesse arquivo desde 0e69f61 foi 0e69f61, incluída por Gustavo Salaberry (SEMAPI) <gsalaberry@…>, 9 meses ago

Set up CI with Azure Pipelines

Teste pipeline inicial com agente Linux self-hosted [skip ci]

  • Propriedade mode mudada para 100644
File size: 508 bytes
RevLinha 
[0e69f61]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
6trigger:
7- master
8
9pool:
10  name: On-Premises host pool
11  demands:
12   - agent.name -equals build 
13
14steps:
15- script: echo Hello, world!
16  displayName: 'Run a one-line script'
17
18- script: |
19    echo Add other tasks to build, test, and deploy your project.
20    echo See https://aka.ms/yaml
21  displayName: 'Run a multi-line script'
Note: Veja TracBrowser para ajuda no uso do navegador do trac.