Skip to content

Commit

Permalink
Install specific version of MAUI Workload as temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akrol95 committed Oct 1, 2024
1 parent 3296e72 commit a8878f9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions azure-pipelines-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ variables:

steps:
- bash: |
dotnet workload install ios
dotnet workload install ios --version 8.0.402
displayName: 'Install iOS workload'
- bash: |
dotnet workload install maui-ios
dotnet workload install maui-ios --version 8.0.402
displayName: 'Install MAUI iOS workload'
- task: DotNetCoreCLI@2
Expand Down Expand Up @@ -60,13 +60,6 @@ steps:
actionOnMissing: fail
keepToken: true

- bash: |
/bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_12_7"
xcodeRoot=/Applications/Xcode_12.4.app
/bin/bash -c "echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${xcodeRoot};sudo xcode-select --switch ${xcodeRoot}/Contents/Developer"
displayName: 'Force SDK and Xcode version'
enabled: false
- bash: |
URL="https://bmm-api.brunstad.org/AppVersion/iOSVersionCode"
VERSIONCODE=$(curl -k --user $(bmmApiCredentials) $URL)
Expand Down

0 comments on commit a8878f9

Please sign in to comment.