Skip to content

Commit fa44b5e

Browse files
authored
Merge pull request #2145 from AzureAD/azure-pipelines
Update automation.yml for Azure Pipelines
2 parents 28bcbef + 66a7daa commit fa44b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure_pipelines/automation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
displayName: 'Select Xcode version'
4949
inputs:
5050
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"'
5252

5353
- task: Bash@3
5454
displayName: Go to project folder
@@ -78,7 +78,7 @@ jobs:
7878
-workspace MSAL.xcworkspace \
7979
-scheme "MSAL Test Automation (iOS)" \
8080
-sdk iphonesimulator \
81-
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \
81+
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
8282
-derivedDataPath 'build' \
8383
| tee xcodebuild.log \
8484
| xcpretty -c
@@ -90,8 +90,8 @@ jobs:
9090
script: |
9191
ls build/Build/Products/
9292
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' \
9595
-retry-tests-on-failure \
9696
-parallel-testing-enabled NO \
9797
-resultBundlePath '$(Agent.BuildDirectory)/s/test_output/report.xcresult'

0 commit comments

Comments
 (0)