This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 3c060c5 committed Jul 15, 2024 · 11 / 11
1 parent 216b212 commit 3c060c5 Copy full SHA for 3c060c5
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- ' *'
11
11
12
12
pool :
13
- vmImage : ' macOS-13 '
13
+ vmImage : ' macOS-14 '
14
14
15
15
resources :
16
16
repositories :
@@ -48,12 +48,12 @@ jobs:
48
48
arguments : ' --skip-checkout --msal-common-repo $(Agent.BuildDirectory)/CommonCore --remote-ref $(commit_number)'
49
49
50
50
- task : UsePythonVersion@0
51
- displayName : ' Switch to use Xcode 15.2 '
51
+ displayName : ' Switch to use Xcode 15.4 '
52
52
- script : |
53
- /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.2 .app"
53
+ /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4 .app"
54
54
55
55
- template : azure_pipelines/templates/ios-setup.yml@microsoft-authentication-library-for-cpp
56
-
56
+
57
57
- task : PythonScript@0
58
58
name : Build
59
59
displayName : ' Build x64 Debug iOS'
Original file line number Diff line number Diff line change 49
49
arguments : ' --skip-checkout --msal-common-repo $(Agent.BuildDirectory)/CommonCore --remote-ref $(commit_number)'
50
50
51
51
- task : UsePythonVersion@0
52
- displayName : ' Switch to use Xcode 15.3 '
52
+ displayName : ' Switch to use Xcode 15.4 '
53
53
- script : |
54
- /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.3 .app"
54
+ /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4 .app"
55
55
56
56
- template : azure_pipelines/templates/macos-setup.yml@microsoft-authentication-library-for-cpp
57
57
You can’t perform that action at this time.
0 commit comments