mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-18 01:54:05 +00:00
16 lines
371 B
YAML
16 lines
371 B
YAML
parameters:
|
|
- name: arch
|
|
type: string
|
|
|
|
- name: os
|
|
type: string
|
|
|
|
- name: artifactName
|
|
type: string
|
|
default: ''
|
|
|
|
steps:
|
|
- task: PublishPipelineArtifact@1
|
|
inputs:
|
|
targetPath: '$(Build.SourcesDirectory)/js/node/bin/napi-v3/${{ parameters.os }}/${{ parameters.arch }}/onnxruntime_binding.node'
|
|
artifactName: '${{parameters.artifactName}}'
|