Selecting nupkgs to deploy

tomasz's Avatar

tomasz

29 Mar, 2017 12:11 PM

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
  1. 1 Posted by Ilya Finkelshte... on 29 Mar, 2017 04:39 PM

    Ilya Finkelshteyn's Avatar

    Hi Tomasz,

    It should be comma (or semicolon or even space) separated list. It can look like this:

    deploy:
    - provider: NuGet
      api_key:
        secure: ZZwN3jA7Bxf+kEZ6G1uMUg==
      artifact: nugets\X.1.0.0.nupkg, nugets\Y.1.0.0.nupkg, nugets\Z.1.0.0.nupkg
      on:
        branch: master
    

    Ilya.

  2. tomasz closed this discussion on 05 Sep, 2017 10:27 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