Change agent pool: FreeBSD -> FreeBSD 12

This commit is contained in:
Daniel Underwood 2022-10-30 15:53:22 -04:00 committed by GitHub
parent 41a072613c
commit 650073cfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,7 @@ variables:
windowsImage: 'windows-2022' windowsImage: 'windows-2022'
linuxImage: 'ubuntu-20.04' linuxImage: 'ubuntu-20.04'
macImage: 'macOS-11' macImage: 'macOS-11'
bsdPool: 'FreeBSD 12'
trigger: trigger:
branches: branches:
@ -433,7 +434,7 @@ stages:
FreebsdCore: FreebsdCore:
osName: 'Linux' osName: 'Linux'
testName: 'freebsd-x64' testName: 'freebsd-x64'
poolName: 'FreeBSD' poolName: ${{ variables.bsdPool }}
imageName: imageName:
pool: pool:
@ -446,7 +447,7 @@ stages:
displayName: 'Install .net core' displayName: 'Install .net core'
inputs: inputs:
version: $(dotnetVersion) version: $(dotnetVersion)
condition: ne(variables['poolName'], 'FreeBSD') condition: ne(variables['poolName'], variables['bsdPool'])
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
displayName: Download Test Artifact displayName: Download Test Artifact
inputs: inputs:
@ -626,7 +627,7 @@ stages:
variables: variables:
pattern: 'Lidarr.*.freebsd-core-x64.tar.gz' pattern: 'Lidarr.*.freebsd-core-x64.tar.gz'
pool: pool:
name: 'FreeBSD' name: ${{ variables.bsdPool }}
steps: steps:
- checkout: none - checkout: none