From a553bf56a95d053faa16e257608bb361464f6d8f Mon Sep 17 00:00:00 2001 From: Matthijs van den Bos Date: Mon, 22 Jul 2019 17:00:16 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b43935..227c365 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,10 @@ schedules: -- cron: "0 3,6,9,12,15,18,21 * * *" - displayName: "Build OWASP Dependency Check cache every 3 hours" - branches: - include: - - master - always: true + - cron: "0 3,6,9,12,15,18,21 * * *" + displayName: "Build OWASP Dependency Check cache every 3 hours" + branches: + include: + - master + always: true pool: vmImage: ubuntu-16.04