diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0fd01beb994..7f62450aa0d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ jobs: queue: Windows.10.Amd64.ClientRS5.Open 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 + - release/3.1.4xx - 3.0 - release/5.0.1xx @@ -92,7 +92,7 @@ jobs: channels: - master - release/5.0.1xx - # - release/3.1.3xx + - release/3.1.4xx # Ubuntu 1804 x64 SDK scenario benchmarks - template: /eng/performance/scenarios.yml @@ -108,7 +108,7 @@ jobs: channels: - master - release/5.0.1xx - # - release/3.1.3xx + - release/3.1.4xx # Windows x86 SDK scenario benchmarks - template: /eng/performance/scenarios.yml @@ -123,7 +123,7 @@ jobs: channels: - master - release/5.0.1xx - # - release/3.1.3xx + - release/3.1.4xx # Windows x64 micro benchmarks - template: /eng/performance/benchmark_jobs.yml @@ -139,7 +139,7 @@ jobs: channels: - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx - 2.1 # Windows x64 net461 micro benchmarks @@ -185,7 +185,7 @@ jobs: channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx # Windows x64 Roslyn benchmarks - template: /eng/performance/benchmark_jobs.yml @@ -201,7 +201,7 @@ jobs: channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx # Ubuntu 1804 x64 micro benchmarks - template: /eng/performance/benchmark_jobs.yml @@ -218,7 +218,7 @@ jobs: channels: # for public jobs we want to make sure that the PRs don't break any of the supported frameworks - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx - 2.1 # Ubuntu 1804 x64 ML.NET benchmarks @@ -236,7 +236,7 @@ jobs: channels: # for ML.NET jobs we want to check .NET Core 3.1 and 5.0 only - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx # Ubuntu 1804 x64 Roslyn benchmarks - template: /eng/performance/benchmark_jobs.yml @@ -253,7 +253,7 @@ jobs: channels: # for Roslyn jobs we want to check .NET Core 3.1 and 5.0 only - master - release/5.0.1xx - - release/3.1.3xx + - release/3.1.4xx ########################################### # Private Jobs diff --git a/scripts/channel_map.py b/scripts/channel_map.py index cc5c220668a..e66129a72a1 100644 --- a/scripts/channel_map.py +++ b/scripts/channel_map.py @@ -14,6 +14,10 @@ class ChannelMap(): 'tfm': 'netcoreapp5.0', 'branch': 'release/5.0' }, + 'release/3.1.4xx':{ + 'tfm': 'netcoreapp3.1', + 'branch': 'release/3.1.4xx' + }, 'release/3.1.3xx':{ 'tfm': 'netcoreapp3.1', 'branch': 'release/3.1.3xx'