mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Add package download step before pushing to feeds (#3162)
Add package download step before publishing.
This commit is contained in:
parent
6ed5d7c332
commit
f87b6913cd
1 changed files with 6 additions and 0 deletions
|
|
@ -181,6 +181,12 @@ jobs:
|
|||
- NuGet_Test_Linux
|
||||
- NuGet_Test_MacOS
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@0
|
||||
displayName: 'Download Pipeline Artifact - Signed NuGet Package'
|
||||
inputs:
|
||||
artifactName: 'drop-signed-nuget'
|
||||
targetPath: '$(Build.BinariesDirectory)/nuget-artifact/final-package'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'Copy Signed Native NuGet Package to ORT-NIGHTLY'
|
||||
condition: ne(variables['IsReleaseBuild'], 'true') # release build has a different package naming scheme
|
||||
|
|
|
|||
Loading…
Reference in a new issue