瀏覽代碼

Update azure-pipelines.yml

Benedikt Stebner 6 年之前
父節點
當前提交
08fdce729e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -52,7 +52,7 @@ jobs:
       sdk: 'macosx10.14'
       configuration: 'Release'
       xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
-      xcodeVersion: '10.3' # Options: 8, 9, default, specifyPath
+      xcodeVersion: '10' # Options: 8, 9, default, specifyPath
       args: '-derivedDataPath ./'
 
   - task: CmdLine@2