update
This commit is contained in:
@@ -17,11 +17,12 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
artifactFeeds: 'Lotus'
|
artifactFeeds: 'Lotus'
|
||||||
- script: |
|
- script: |
|
||||||
POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-objc*.zip")
|
set -e -x
|
||||||
unzip ${POD_ARCHIVE} -d unzipped
|
POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-objc*.zip")
|
||||||
cp -rf unzipped/objectivec/ $(Build.SourcesDirectory)/objectivec/
|
unzip ${POD_ARCHIVE} -d unzipped
|
||||||
workingDirectory: '$(Build.ArtifactStagingDirectory)/$(artifactsName)'
|
cp -rf unzipped/objectivec/ $(Build.SourcesDirectory)/objectivec/
|
||||||
displayName: Copy latest dev version ORT objectivec/ source files
|
workingDirectory: '$(Build.ArtifactStagingDirectory)/$(artifactsName)'
|
||||||
|
displayName: Copy latest dev version ORT objectivec/ source files
|
||||||
|
|
||||||
# copy the pod archive to a path relative to Package.swift and set the env var required by Package.swift to use that.
|
# copy the pod archive to a path relative to Package.swift and set the env var required by Package.swift to use that.
|
||||||
# xcodebuild will implicitly use Package.swift and build/run the .testTarget (tests in swift/onnxTests).
|
# xcodebuild will implicitly use Package.swift and build/run the .testTarget (tests in swift/onnxTests).
|
||||||
|
|||||||
Reference in New Issue
Block a user