Browse Source

use same macos settings from master.

backport-11096
Dan Walmsley 3 years ago
parent
commit
44ca59ab73
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -35,7 +35,7 @@ jobs:
variables:
SolutionDir: '$(Build.SourcesDirectory)'
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-12'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.414'
@ -67,10 +67,10 @@ jobs:
inputs:
actions: 'build'
scheme: ''
sdk: 'macosx11.1'
sdk: 'macosx12.3'
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: '12' # Options: 8, 9, default, specifyPath
xcodeVersion: '13' # Options: 8, 9, default, specifyPath
args: '-derivedDataPath ./'
- task: CmdLine@2

Loading…
Cancel
Save