Add package download step before pushing to feeds (#3162)

Add package download step before publishing.
This commit is contained in:
Dmitri Smirnov 2020-03-09 14:32:18 -07:00 committed by GitHub
parent 6ed5d7c332
commit f87b6913cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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