diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index a9a7d5fd76a..98a0b4a106d 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -49,6 +49,18 @@ pr: include: - '*' +schedules: + - cron: "0 8 23-29 * 0" # Fourth Sunday of each month at 8:00 UTC + displayName: "Monthly smoke test" + branches: + include: + - main + - release/* + exclude: + - "" + always: true # Run even if there have been no source code changes since the last successful scheduled run + batch: false # Do not run the pipeline if the previously scheduled run is in-progress + resources: repositories: - repository: 1ESPipelineTemplates @@ -205,8 +217,9 @@ extends: -sign $(_BuildArgs) $(_PublishArgs) + /p:DeployExtension=false name: Build - displayName: Build and Deploy + displayName: Build condition: succeeded() - script: eng\CIBuild.cmd