Merge pull request #836 from xamarin/dev/japarson/compliance-pipeline

Add weekly compliance pipeline
This commit is contained in:
James Parsons 2024-01-10 11:51:09 -08:00 коммит произвёл GitHub
Родитель ba7ade4f6a abecb24189
Коммит 3673f04cbf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,31 @@
# Azure YAML pipeline
# https://devdiv.visualstudio.com/DevDiv/_build?definitionId=19772
name: Xamarin.PropertyEditing - Compliance
resources:
repositories:
- repository: self
- repository: templates # for shared yaml templates
type: github
name: xamarin/yaml-templates
ref: refs/heads/main
endpoint: xamarin
# Variables
variables:
- template: .build/automation/variables.yml
# Supported cron syntax : https://docs.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml#supported-cron-syntax
schedules:
- cron: "55 22 * * Sun"
displayName: Sunday afternoon builds for main branch
branches:
include:
- main
pr: none
trigger: none
stages:
- template: .build/automation/stages/validate.yml
- template: .build/automation/stages/compliance.yml