Automatically build *.symbols.nuspec packages

Scott Dorman's Avatar

Scott Dorman

18 Sep, 2014 01:08 PM

It's great that .nuspec files are automatically processed to build NuGet packages simply by checking the right box in the UI configuration. It would be great if that also automatically handled building the symbols package from a .symbols.nuspec file. The only difference in the command line would be the addition of the -symbols flag.

  1. Support Staff 1 Posted by Feodor Fitsner on 18 Sep, 2014 05:26 PM

    Feodor Fitsner's Avatar

    Yep, we have such request in our TODO. Thanks!

  2. 2 Posted by Scott Dorman on 18 Sep, 2014 06:03 PM

    Scott Dorman's Avatar

    Great! Any idea on when it will be completed?

    (It would be really helpful if we could somehow get some visibility into the backlog in order to see what's already been submitted, planned, in progress, etc.)

  3. Support Staff 3 Posted by Feodor Fitsner on 18 Sep, 2014 06:13 PM

    Feodor Fitsner's Avatar

    I think this could be done next week.

  4. 4 Posted by Scott Dorman on 18 Sep, 2014 06:14 PM

    Scott Dorman's Avatar

    That would be great!

  5. 5 Posted by Jörg B. on 19 Sep, 2014 12:42 PM

    Jörg B.'s Avatar

    I was just about to ask for a similiar thing :) I usually don't have a separate .nuspec but either package (nuget Pack) with or without the -Symbols flag. So a checkbox in the deployments settings that en/disables that would suffice (for me).

    Cheers,
    -Jörg

  6. Support Staff 6 Posted by Feodor Fitsner on 02 Oct, 2014 07:00 PM

    Feodor Fitsner's Avatar

    Checkbox for building symbol packages was added. In appveyor.yml it's:

    build:
        publish_nuget: true
        publish_nuget_symbols: true
    
  7. 7 Posted by davew on 31 Jan, 2015 12:42 PM

    davew's Avatar

    Feodor - could you clear this up for me: if I have the publish_nuget_symbols only (without publish_nuget) will it still generate a nuget package?

    Does specifying both generate two packages: one with and one without symbols?

    Thanks,
    Dave

  8. Support Staff 8 Posted by Feodor Fitsner on 31 Jan, 2015 11:41 PM

    Feodor Fitsner's Avatar

    You should put both flags to generate NuGet packages and symbol packages.

  9. 9 Posted by davew on 01 Feb, 2015 12:39 AM

    davew's Avatar

    Could I just use publish_nuget_symbols? on its own if I just wanted a NuGet package with symbols?

  10. Support Staff 10 Posted by Feodor Fitsner on 01 Feb, 2015 12:42 AM

    Feodor Fitsner's Avatar

    Nope, it just adds -symbols option to nuget pack.

  11. 11 Posted by davew on 01 Feb, 2015 12:48 AM

    davew's Avatar

    Thanks - that's completely cleared this up for me.

    Dave

  12. Scott Dorman closed this discussion on 01 Sep, 2017 01:14 PM.

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

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM