add requirements.txt
This commit is contained in:
@@ -11,8 +11,8 @@ parameters:
|
|||||||
name: "$(Date:yyyyMMdd)$(Rev:rrr)" # build number format
|
name: "$(Date:yyyyMMdd)$(Rev:rrr)" # build number format
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: IosPackaging
|
- job: SPM-IosPackaging
|
||||||
displayName: "iOS Packaging"
|
displayName: "SPM iOS Packaging"
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-13"
|
vmImage: "macOS-13"
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
# - template: templates/install-appcenter.yml
|
# - template: templates/install-appcenter.yml
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
|
pip install -r tools/ci_build/github/requirements.txt
|
||||||
displayName: "Install Python requirements"
|
displayName: "Install Python requirements"
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
flatbuffers
|
||||||
Reference in New Issue
Block a user