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