From 09d786fc144e67e19c6613dfa8dbb85614429d12 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 4 Sep 2024 13:18:05 -0700 Subject: [PATCH] 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 --- .../requirements.txt} | 0 tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 4 ++-- .../github/azure-pipelines/templates/react-native-ci.yml | 2 +- .../templates/stages/mac-ios-packaging-build-stage.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename tools/ci_build/github/apple/{ios_packaging.requirements.txt => ios_packaging/requirements.txt} (100%) diff --git a/tools/ci_build/github/apple/ios_packaging.requirements.txt b/tools/ci_build/github/apple/ios_packaging/requirements.txt similarity index 100% rename from tools/ci_build/github/apple/ios_packaging.requirements.txt rename to tools/ci_build/github/apple/ios_packaging/requirements.txt diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 303aa709eb..e13f1c20b3 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -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: | diff --git a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml index caf45fc510..46dc867113 100644 --- a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml @@ -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 diff --git a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml index a1ae63e606..27f9ac8950 100644 --- a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml @@ -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