From 005c870f692b9a2466c5f03e22014000728e4f4f Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Fri, 14 Nov 2025 23:04:59 +0000 Subject: [PATCH 1/2] bump to 6.1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b40b8424a97..0104723491f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: testsFolder: './_tests' yarnCacheFolder: $(Pipeline.Workspace)/.yarn nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages - majorVersion: '6.0.4' + majorVersion: '6.1.0' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)' From 1b9662d58823ff02b7162282e84e4aed95db0126 Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Fri, 14 Nov 2025 23:14:05 +0000 Subject: [PATCH 2/2] chore: updated build images --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0104723491f..f9852aee169 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ variables: dotnetVersion: '8.0.405' nodeVersion: '20.X' innoVersion: '6.2.2' - windowsImage: 'windows-2022' - linuxImage: 'ubuntu-22.04' - macImage: 'macOS-13' + windowsImage: 'windows-2025' + linuxImage: 'ubuntu-24.04' + macImage: 'macOS-15' trigger: branches: