2020-05-28 00:31:39 +01: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-15 22:20:38 +01:00
|
|
|
trigger:
|
|
|
|
- master
|
|
|
|
|
2020-05-28 00:31:39 +01:00
|
|
|
pool:
|
2020-10-09 15:47:52 +01:00
|
|
|
vmImage: "ubuntu-latest"
|
2020-05-28 00:31:39 +01:00
|
|
|
|
|
|
|
steps:
|
2020-10-09 15:47:52 +01:00
|
|
|
- task: ComponentGovernanceComponentDetection@0
|