From 650073cfd0bbd838611f4f20d492c52fd2bfd480 Mon Sep 17 00:00:00 2001 From: Daniel Underwood Date: Sun, 30 Oct 2022 15:53:22 -0400 Subject: [PATCH] Change agent pool: FreeBSD -> FreeBSD 12 --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6714d055d..4dcd2d17b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,7 @@ variables: windowsImage: 'windows-2022' linuxImage: 'ubuntu-20.04' macImage: 'macOS-11' + bsdPool: 'FreeBSD 12' trigger: branches: @@ -433,7 +434,7 @@ stages: FreebsdCore: osName: 'Linux' testName: 'freebsd-x64' - poolName: 'FreeBSD' + poolName: ${{ variables.bsdPool }} imageName: pool: @@ -446,7 +447,7 @@ stages: displayName: 'Install .net core' inputs: version: $(dotnetVersion) - condition: ne(variables['poolName'], 'FreeBSD') + condition: ne(variables['poolName'], variables['bsdPool']) - task: DownloadPipelineArtifact@2 displayName: Download Test Artifact inputs: @@ -626,7 +627,7 @@ stages: variables: pattern: 'Lidarr.*.freebsd-core-x64.tar.gz' pool: - name: 'FreeBSD' + name: ${{ variables.bsdPool }} steps: - checkout: none