2020-05-28 02:31:39 +03:00
|
|
|
# Starter pipeline
|
|
|
|
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
|
|
|
# Add steps that build, run tests, deploy, and more:
|
|
|
|
# https://aka.ms/yaml
|
|
|
|
|
2020-10-16 00:20:38 +03:00
|
|
|
trigger:
|
|
|
|
- master
|
|
|
|
|
2020-05-28 02:31:39 +03:00
|
|
|
pool:
|
2020-10-09 17:47:52 +03:00
|
|
|
vmImage: "ubuntu-latest"
|
2020-05-28 02:31:39 +03:00
|
|
|
|
|
|
|
steps:
|
2020-10-09 17:47:52 +03:00
|
|
|
- task: ComponentGovernanceComponentDetection@0
|