Change the build artifact to pipeline artifact.

This commit is contained in:
Jian Chen 2025-02-07 11:36:17 -08:00
parent 8619b67ed0
commit af8a4b8a36

View file

@ -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: |