Remove extra jobs
This commit is contained in:
@@ -13,14 +13,6 @@ jobs:
|
|||||||
artifactName: '${{ parameters.artifactName }}'
|
artifactName: '${{ parameters.artifactName }}'
|
||||||
targetPath: '$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}'
|
targetPath: '$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}'
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
|
||||||
inputs:
|
|
||||||
versionSpec: '3.x'
|
|
||||||
architecture: 'x64'
|
|
||||||
- task: PipAuthenticate@1
|
|
||||||
displayName: 'Pip Authenticate'
|
|
||||||
inputs:
|
|
||||||
artifactFeeds: 'Lotus'
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e -x
|
set -e -x
|
||||||
POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-objc*.zip")
|
POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-objc*.zip")
|
||||||
|
|||||||
Reference in New Issue
Block a user