mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
- Fix flatbuffers flatc warning, unused-but-set-variable. - Address `-Wshorten-64-to-32` warnings (fix in our code, allow in dependencies' code). - Update CI builds to use Xcode 14.3. - Update minimum iOS version to 12.0. - Update Mac hosted agents to MacOS 13 where possible.
12 lines
269 B
YAML
12 lines
269 B
YAML
# Install appcenter CLI
|
|
|
|
parameters:
|
|
- name: appcenterVersion
|
|
type: string
|
|
default: "2.13.7"
|
|
|
|
steps:
|
|
- bash: |
|
|
set -e -x
|
|
npm install -g appcenter-cli@${{ parameters.appcenterVersion }}
|
|
displayName: Install appcenter CLI ${{ parameters.appcenterVersion }}
|