Selecting nupkgs to deploy
Is the correct syntax to use if I wanted deploy multiple packages to NuGet?
deploy:
- provider: NuGet
on:
branch: master
artifact:
- nugets\X.1.0.0.nupkg
- nugets\Y.1.0.0.nupkg
- nugets\Z.1.0.0.nupkg
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

1 Posted by Ilya Finkelshte... on 29 Mar, 2017 04:39 PM
Hi Tomasz,
It should be comma (or semicolon or even space) separated list. It can look like this:
Ilya.
tomasz closed this discussion on 05 Sep, 2017 10:27 AM.