Add schedule trigger to vcpkg pipeline

This commit is contained in:
Tom M 2021-06-10 09:39:10 +02:00
parent 9380e27009
commit 17b6e44a3f

View file

@ -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'