File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
displayName : ' Select Xcode version'
49
49
inputs :
50
50
targetType : ' inline'
51
- script : ' /bin/bash -c "sudo xcode-select -s /Applications/Xcode_14.3 .app"'
51
+ script : ' /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.0.1 .app"'
52
52
53
53
- task : Bash@3
54
54
displayName : Go to project folder
78
78
-workspace MSAL.xcworkspace \
79
79
-scheme "MSAL Test Automation (iOS)" \
80
80
-sdk iphonesimulator \
81
- -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16.4 ' \
81
+ -destination 'platform=iOS Simulator,name=iPhone 15 ,OS=17.2 ' \
82
82
-derivedDataPath 'build' \
83
83
| tee xcodebuild.log \
84
84
| xcpretty -c
90
90
script : |
91
91
ls build/Build/Products/
92
92
xcodebuild test-without-building \
93
- -xctestrun 'build/Build/Products/MSAL Test Automation (iOS)_iphonesimulator16.4 -x86_64.xctestrun' \
94
- -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=16.4 ' \
93
+ -xctestrun 'build/Build/Products/MSAL Test Automation (iOS)_iphonesimulator17.0 -x86_64.xctestrun' \
94
+ -destination 'platform=iOS Simulator,name=iPhone 15 ,OS=17.2 ' \
95
95
-retry-tests-on-failure \
96
96
-parallel-testing-enabled NO \
97
97
-resultBundlePath '$(Agent.BuildDirectory)/s/test_output/report.xcresult'
You can’t perform that action at this time.
0 commit comments