I am trying to set my nightly build to occur at 00:30 every day in my build pipeline YAML file. I get the following error when trying to build:
Improperly formed cron syntax: '00 30 00 * * *'
This is what I've tried:
schedules:
- cron: '00 30 00 * * *'
and I have tried:
schedules:
- cron: '0 30 0 * * *'
I am checking my work against the following tool (not totally sure if the tool is perfect though).
Microsoft Doc: azure/devops/pipelines/yaml-schema