Rename ios_packaging.requirements.txt to ios_packaging/requirements.txt (#21936)

### Description
Rename ios_packaging.requirements.txt to ios_packaging/requirements.txt



### Motivation and Context
By doing this, the package within os_packaging/requirements.txt can be
scanned by CG task
This commit is contained in:
Jian Chen 2024-09-04 13:18:05 -07:00 committed by GitHub
parent a80bfed5b4
commit 09d786fc14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -439,7 +439,7 @@ stages:
xcodeVersion: 14.2
- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
displayName: "Install Python requirements"
- script: |
@ -477,7 +477,7 @@ stages:
xcodeVersion: 14.2
- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
displayName: "Install Python requirements"
- script: |

View file

@ -61,7 +61,7 @@ stages:
architecture: "x64"
- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
displayName: "Install Python requirements"
- template: mac-build-step-with-cache.yml

View file

@ -68,7 +68,7 @@ stages:
- template: ../install-appcenter.yml
- script: |
pip install -r tools/ci_build/github/apple/ios_packaging.requirements.txt
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
displayName: "Install Python requirements"
# create and test mobile pods