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,8 +4,18 @@ schedules:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- 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
|
pr: none
|
||||||
trigger: none
|
trigger: none
|
||||||
|
|
Loading…
Add table
Reference in a new issue