Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/dev17.13 to main #11221

Merged
merged 9 commits into from
Nov 15, 2024
15 changes: 14 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down