mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
undo Binary c-api-cpu.yml 1.25
1ES.PublishPipelineArtifact@0 to 1ES.PublishPipelineArtifact@1
This commit is contained in:
parent
abb684873e
commit
645f2370ab
5 changed files with 7 additions and 7 deletions
|
|
@ -305,7 +305,7 @@ extends:
|
|||
## PlatformsSupported: 'win-x64,win-x86,win-arm64'
|
||||
## VerifyNugetSigning: ${{ parameters.DoEsrp }}
|
||||
#
|
||||
# - task: 1ES.PublishPipelineArtifact@0
|
||||
# - task: 1ES.PublishPipelineArtifact@1
|
||||
# displayName: 'Publish Pipeline NuGet Artifact'
|
||||
# inputs:
|
||||
# artifactName: 'drop-signed-nuget-dml'
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ stages:
|
|||
displayName: 'Create NuGet Package'
|
||||
failOnStderr: true
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@0
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
displayName: 'Publish Pipeline Artifact: ${{ parameters.ArtifactName }}'
|
||||
inputs:
|
||||
artifactName: ${{ parameters.ArtifactName }}
|
||||
|
|
@ -182,7 +182,7 @@ stages:
|
|||
workingDirectory: '$(Build.SourcesDirectory)\js\node'
|
||||
displayName: 'Create NPM Package'
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@0
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
displayName: 'Publish Pipeline Artifact: ${{ parameters.ArtifactName }}'
|
||||
inputs:
|
||||
artifactName: ${{ parameters.ArtifactName }}
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ stages:
|
|||
parameters:
|
||||
condition: 'succeeded'
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@0
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
displayName: 'Publish Pipeline NuGet Artifact'
|
||||
inputs:
|
||||
artifactName: 'drop-signed-nuget-GPU'
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ stages:
|
|||
arguments: $(Build.SourcesDirectory)\onnxruntime $(Build.ArtifactStagingDirectory)\onnxruntime-win-x64-gpu-$(OnnxRuntimeVersion).zip $(Build.SourcesDirectory)\onnxruntime-inference-examples\c_cxx\squeezenet
|
||||
workingFolder: '$(Build.ArtifactStagingDirectory)'
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@0
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
displayName: 'Publish Pipeline Combined GPU Package Artifact'
|
||||
inputs:
|
||||
artifactName: 'onnxruntime-win-x64-gpu'
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@ stages:
|
|||
PlatformsSupported: 'win-x64,win-x86,linux-x64,linux-arm64,osx-x64'
|
||||
VerifyNugetSigning: false
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@0
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
displayName: 'Publish Pipeline NuGet Artifact'
|
||||
inputs:
|
||||
path: '$(Build.ArtifactStagingDirectory)'
|
||||
|
|
@ -768,7 +768,7 @@ stages:
|
|||
# Contents: 'onnxruntime-node-*.tgz'
|
||||
# TargetFolder: '$(Build.ArtifactStagingDirectory)'
|
||||
#
|
||||
# - task: 1ES.PublishPipelineArtifact@0
|
||||
# - task: 1ES.PublishPipelineArtifact@1
|
||||
# displayName: 'Publish NPM packages files'
|
||||
# inputs:
|
||||
# path: '$(Build.ArtifactStagingDirectory)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue