Tako
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
azure-pipelines.yml
|
|
|
@ -59,7 +59,7 @@ jobs: |
|
|
|
variables: |
|
|
|
SolutionDir: '$(Build.SourcesDirectory)' |
|
|
|
pool: |
|
|
|
vmImage: 'macos-11' |
|
|
|
vmImage: 'macos-12' |
|
|
|
steps: |
|
|
|
- task: UseDotNet@2 |
|
|
|
displayName: 'Use .NET Core SDK 3.1.418' |
|
|
|
@ -91,10 +91,10 @@ jobs: |
|
|
|
inputs: |
|
|
|
actions: 'build' |
|
|
|
scheme: '' |
|
|
|
sdk: 'macosx12.2' |
|
|
|
sdk: 'macosx12.3' |
|
|
|
configuration: 'Release' |
|
|
|
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' |
|
|
|
xcodeVersion: '12' # Options: 8, 9, default, specifyPath |
|
|
|
xcodeVersion: '13.3' # Options: 8, 9, default, specifyPath |
|
|
|
args: '-derivedDataPath ./' |
|
|
|
|
|
|
|
- task: CmdLine@2 |
|
|
|
|