From af8a4b8a368c0b3cabae95c0a1068a880268d080 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 7 Feb 2025 11:36:17 -0800 Subject: [PATCH] Change the build artifact to pipeline artifact. --- .../templates/stages/mac-ios-packaging-build-stage.yml | 5 ----- 1 file changed, 5 deletions(-) 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 ae121c40a0..c6707e5a80 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 @@ -35,11 +35,6 @@ stages: cPodName: onnxruntime-training-c objcPodName: onnxruntime-training-objc timeoutInMinutes: 240 - templateContext: - outputs: - - output: pipelineArtifact - targetPath: $(Build.ArtifactStagingDirectory) - artifactName: ios_packaging_artifacts_${{ lower(parameters.packageVariant) }} steps: - bash: |