diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-15 22:16:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-15 22:16:42 +0300 |
commit | 65fbf2095e5bfb4735a19e1cf342c3b5abf58991 (patch) | |
tree | 8b1e100f1082a66b9fda7d038b0fbf1de29c1ecf | |
parent | c745c9740235803a3c107820e50a2019856e99b8 (diff) | |
download | mv-65fbf2095e5bfb4735a19e1cf342c3b5abf58991.tar.gz mv-65fbf2095e5bfb4735a19e1cf342c3b5abf58991.tar.bz2 mv-65fbf2095e5bfb4735a19e1cf342c3b5abf58991.tar.xz mv-65fbf2095e5bfb4735a19e1cf342c3b5abf58991.zip |
Disable default xcode build due missing or wrong sdk
-rw-r--r-- | azure-pipelines_macosx.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines_macosx.yml b/azure-pipelines_macosx.yml index 6844d6ecd..d34e8b8a9 100644 --- a/azure-pipelines_macosx.yml +++ b/azure-pipelines_macosx.yml @@ -11,10 +11,10 @@ jobs: name: xcode_9 xcode: Xcode_9.app -- template: tools/ci/templates/azure/macosx.yml - parameters: - name: xcode - xcode: Xcode.app +#- template: tools/ci/templates/azure/macosx.yml +# parameters: +# name: xcode +# xcode: Xcode.app - template: tools/ci/templates/azure/macosx.yml parameters: |