Trigger sdk diff tests on every VMR release build (#19349)
This commit is contained in:
commit
8db3f660d4
1 changed files with 12 additions and 2 deletions
|
@ -4,6 +4,16 @@ schedules:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
# 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*
|
- release/*.0.1xx*
|
||||||
- internal/release/*.0.1xx*
|
- internal/release/*.0.1xx*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue