Trigger sdk diff tests on every VMR release build (#19349)

This commit is contained in:
Oleksandr Didyk 2024-04-08 17:35:37 +02:00 committed by GitHub
commit 8db3f660d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,18 @@ schedules:
branches:
include:
- main
- release/*.0.1xx*
- internal/release/*.0.1xx*
# Relies on dotnet-source-build being in the same repo as this pipeline
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/pipeline-triggers?view=azure-devops#branch-considerations
resources:
pipelines:
- pipeline: dotnet-source-build
source: dotnet-source-build
trigger:
branches:
include:
- release/*.0.1xx*
- internal/release/*.0.1xx*
pr: none
trigger: none