File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
tools/ci_build/github/azure-pipelines/templates Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,9 @@ stages:
80
80
81
81
steps :
82
82
- template : use-xcode-version.yml
83
- - task : UsePythonVersion@0
84
- displayName : Use python 3.12
85
- inputs :
86
- versionSpec : " 3.12"
87
- addToPath : true
88
- architecture : " x64"
83
+ - template : setup-build-tools.yml
84
+ parameters :
85
+ host_cpu_arch : x64 # All ADO agents are currently x64
89
86
90
87
- script : |
91
88
pip install -r tools/ci_build/github/apple/ios_packaging/requirements.txt
@@ -113,10 +110,7 @@ stages:
113
110
CCACHE_DEPEND: 1
114
111
CCACHE_SLOPPINESS: modules
115
112
CCACHE_DIR: $(ORT_CACHE_DIR)
116
- # Test the iOS package
117
- - task : NodeTool@0
118
- inputs :
119
- versionSpec : ' 22.x'
113
+
120
114
- script :
121
115
brew install coreutils ninja npm
122
116
displayName : Install coreutils, ninja, npm
You can’t perform that action at this time.
0 commit comments