Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authormsftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>2022-08-27 09:54:01 +0300
committerGitHub <noreply@github.com>2022-08-27 09:54:01 +0300
commit292c6d2fe66d93ffc65bec7d86207f94ea980f5a (patch)
tree57f01a75692521b15befff98f0af68c19a7044d3 /.azure
parentee21120b8a234d3127467e3e3243a09ae5e9efed (diff)
parent6b118a965f782cc6b498eb855498af2e66ddf788 (diff)
Merge pull request #43584 from dotnet-maestro-bot/merge/release/7.0-to-main
[automated] Merge branch 'release/7.0' => 'main'
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/helix-matrix.yml2
-rw-r--r--.azure/pipelines/quarantined-pr.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml
index 0684583d13..c59b65b32b 100644
--- a/.azure/pipelines/helix-matrix.yml
+++ b/.azure/pipelines/helix-matrix.yml
@@ -11,8 +11,8 @@ schedules:
- cron: "0 9 * * *"
branches:
include:
- - release/5.0
- release/6.0
+ - release/7.0
always: false
variables:
diff --git a/.azure/pipelines/quarantined-pr.yml b/.azure/pipelines/quarantined-pr.yml
index 2a49290726..2d6ce7f244 100644
--- a/.azure/pipelines/quarantined-pr.yml
+++ b/.azure/pipelines/quarantined-pr.yml
@@ -3,14 +3,14 @@
#
# Configure which branches trigger builds
-# We want to run quarantined tests on release/5.0 and main as well as on PRs
+# We want to run quarantined tests on release/6.0 and later as well as on PRs
trigger:
batch: true
branches:
include:
- main
- - release/5.0
- release/6.0
+ - release/7.0
# Run PR validation on branches that include Helix tests
pr:
@@ -18,8 +18,8 @@ pr:
branches:
include:
- main
- - release/5.0
- release/6.0
+ - release/7.0
paths:
exclude:
- .github/*