From 64465280226f801ba3de256f37f4812f4bebd4a7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 15 Aug 2022 22:40:22 -0500 Subject: [PATCH] Bump version to 0.4.5 --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4035c39bc..f58644717 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: '0.4.4' + majorVersion: '0.4.5' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)' @@ -541,7 +541,7 @@ stages: Prowlarr__Postgres__Password: 'prowlarr' pool: - vmImage: 'ubuntu-18.04' + vmImage: ${{ variables.linuxImage }} timeoutInMinutes: 10 @@ -675,7 +675,7 @@ stages: Prowlarr__Postgres__Password: 'prowlarr' pool: - vmImage: 'ubuntu-18.04' + vmImage: ${{ variables.linuxImage }} steps: - task: UseDotNet@2