mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +00:00
undo Binary c-api-cpu.yml 3
This commit is contained in:
parent
b16aac39a2
commit
073a6c5675
1 changed files with 3 additions and 2 deletions
|
|
@ -84,8 +84,9 @@ steps:
|
|||
condition: and(succeeded(), eq('${{ parameters.MacosArch }}', 'x86_64'))
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
path: '$(Build.ArtifactStagingDirectory)'
|
||||
artifact: 'onnxruntime-osx-${{ parameters.MacosArch }}'
|
||||
inputs:
|
||||
path: '$(Build.ArtifactStagingDirectory)'
|
||||
artifact: 'onnxruntime-osx-${{ parameters.MacosArch }}'
|
||||
|
||||
- ${{ if eq(parameters.BuildJava, true) }}:
|
||||
- template: java-api-artifacts-package-and-publish-steps-posix.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue