Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

20 rindas
462B

  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. trigger:
  6. - master
  7. pool:
  8. vmImage: 'ubuntu-latest'
  9. steps:
  10. - script: echo Hello, world!
  11. displayName: 'Run a one-line script'
  12. - script: |
  13. echo Add other tasks to build, test, and deploy your project.
  14. echo See https://aka.ms/yaml
  15. displayName: 'Run a multi-line script'