From 2857e1907922cfcee23808229fd19d5a2fbeb996 Mon Sep 17 00:00:00 2001 From: Olivia Chen Date: Thu, 13 Aug 2020 09:55:45 -0700 Subject: [PATCH] remove 3.1 branch for scenario tests: --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00a9d05e8ac..a30f8c2c7e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,10 +62,9 @@ jobs: projectFile: scenarios.proj channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks # - release/3.1.3xx - - 3.1 - 3.0 - # Windows x64 Blazor 3.2 scenario benchmarks + # Windows x64 Blazor scenario benchmarks - template: /eng/performance/scenarios.yml parameters: osName: windows @@ -263,7 +262,6 @@ jobs: channels: # for public jobs we want to make sure that the PRs don't break any of the supported channels # - release/3.1.2xx - 3.0 - - 3.1 # Windows x64 micro benchmarks - template: /eng/performance/benchmark_jobs.yml