Use macOS 11 to get things green (#2083)

This commit is contained in:
Matthew Leibowitz 2022-05-28 22:11:03 +02:00 коммит произвёл GitHub
Родитель 9a5e400fdb
Коммит d7af4b70cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 12 удалений

Просмотреть файл

@ -25,18 +25,12 @@ parameters:
pool:
name: Azure Pipelines
vmImage: windows-2022
- name: VM_IMAGE_MAC_NATIVE
type: object
default:
pool:
name: Azure Pipelines
vmImage: macos-11
- name: VM_IMAGE_MAC
type: object
default:
pool:
name: Azure Pipelines
vmImage: macos-12
vmImage: macos-11
- name: VM_IMAGE_LINUX
type: object
default:
@ -60,6 +54,6 @@ stages:
VM_IMAGE_WINDOWS: ${{ parameters.VM_IMAGE_WINDOWS }}
VM_IMAGE_WINDOWS_NATIVE: ${{ parameters.VM_IMAGE_WINDOWS }}
VM_IMAGE_MAC: ${{ parameters.VM_IMAGE_MAC }}
VM_IMAGE_MAC_NATIVE: ${{ parameters.VM_IMAGE_MAC_NATIVE }}
VM_IMAGE_MAC_NATIVE: ${{ parameters.VM_IMAGE_MAC }}
VM_IMAGE_LINUX: ${{ parameters.VM_IMAGE_LINUX }}
VM_IMAGE_LINUX_NATIVE: ${{ parameters.VM_IMAGE_LINUX }}

Просмотреть файл

@ -774,9 +774,10 @@ stages:
steps:
- checkout: self
- template: azure-templates-variables.yml
- template: azure-templates-github-status.yml
parameters:
state: 'pending'
- ${{ if ne(parameters.buildPipelineType, 'both') }}:
- template: azure-templates-github-status.yml
parameters:
state: 'pending'
- task: DownloadBuildArtifacts@0
displayName: Download the coverage_netcore_windows artifact
inputs:
@ -797,7 +798,8 @@ stages:
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: 'output/**/Cobertura.xml'
- template: azure-templates-github-status.yml
- ${{ if ne(parameters.buildPipelineType, 'both') }}:
- template: azure-templates-github-status.yml
- ${{ if ne(parameters.buildPipelineType, 'build') }}:
- stage: samples