Skip to content

Commit

Permalink
ado: build release version with Xcode 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Nov 11, 2019
1 parent bd217c3 commit b91397a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
#
# Apple has fixed this bug in Xcode 11.2. When that is released, we should
# change this to 'Mojave-Xcode-11.2"
AzurePublishWhen: "Mojave-Xcode-10.3"
AzurePublishWhen: "Mojave-Xcode-11.2"

trigger:
tags:
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
- script: bundle exec bin/ci/cucumber.rb
displayName: "exec cucumber"

# azureStorage* env vars are defined in the pipeline UI as secret variables
- bash: "./bin/ci/az-publish.sh"
env:
AZURE_STORAGE_ACCOUNT: $(AzureStorageAccount)
Expand Down

0 comments on commit b91397a

Please sign in to comment.