Publishing artifacts from multiple build jobs

alberto's Avatar

alberto

22 Dec, 2017 12:59 PM

I have a C++ project that I am building for multiple architectures (UWP x86,x64,arm + desktop x86,x64) and which I would like to package as a nuget package.

To do so, I need to have access to build artifacts created by all the jobs in the build matrix, but it seems that the deploy phase only has access to artifacts generated by one single job. Where should I put my deploy script so that it runs AFTER all the build jobs in the matrix are complete?

  1. 1 Posted by Ilya Finkelshte... on 23 Dec, 2017 01:31 AM

    Ilya Finkelshteyn's Avatar

    Please check this sample. As you have more than 1 job from which others need to get artifact, scripting can get more little bit more complicated. Let us know if you need more help.

  2. alberto closed this discussion on 27 Dec, 2017 09:46 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac