Use macOS 11 to get things green (#2083)
This commit is contained in:
Родитель
9a5e400fdb
Коммит
d7af4b70cf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче