From 5191ae3f3aeaa3f7e3ffd7f8199cf57331714eed Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Fri, 9 Oct 2020 09:47:52 -0500 Subject: [PATCH] All events should trigger and ADO build --- azure-pipelines.cg.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.cg.yml b/azure-pipelines.cg.yml index 86151ac9f..fcb648673 100644 --- a/azure-pipelines.cg.yml +++ b/azure-pipelines.cg.yml @@ -3,11 +3,8 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml -trigger: -- master - pool: - vmImage: 'ubuntu-latest' + vmImage: "ubuntu-latest" steps: -- task: ComponentGovernanceComponentDetection@0 \ No newline at end of file + - task: ComponentGovernanceComponentDetection@0