From b28c460003396325d63c897c6b2b2bab2fdc35ce Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 15 Jul 2025 17:08:55 -0700 Subject: [PATCH] Remove extra jobs --- .pipelines/templates/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pipelines/templates/main.yml b/.pipelines/templates/main.yml index 936b231..54c328f 100644 --- a/.pipelines/templates/main.yml +++ b/.pipelines/templates/main.yml @@ -13,14 +13,6 @@ jobs: artifactName: '${{ parameters.artifactName }}' targetPath: '$(Build.ArtifactStagingDirectory)/${{ parameters.artifactName }}' steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: '3.x' - architecture: 'x64' - - task: PipAuthenticate@1 - displayName: 'Pip Authenticate' - inputs: - artifactFeeds: 'Lotus' - script: | set -e -x POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-objc*.zip")