From 17b6e44a3f9194f70d3504c3c1f4c75b6f61bf76 Mon Sep 17 00:00:00 2001 From: Tom M Date: Thu, 10 Jun 2021 09:39:10 +0200 Subject: [PATCH] Add schedule trigger to vcpkg pipeline --- .azure/azure-pipelines-vcpkg.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.azure/azure-pipelines-vcpkg.yml b/.azure/azure-pipelines-vcpkg.yml index 73d37502..a3592c2f 100644 --- a/.azure/azure-pipelines-vcpkg.yml +++ b/.azure/azure-pipelines-vcpkg.yml @@ -19,6 +19,14 @@ parameters: type: boolean default: true +schedules: +- cron: "0 0 * * 1" + displayName: 'Weekly Monday Midnight build without caching' + branches: + include: + - master + always: true + variables: toolset: 'v142' generator: 'Visual Studio 16 2019'