Title Field Ignored When Creating Packages with Package Builder and with Choco New Command #384
Labels
0 - Backlog
Where tickets start after being triaged. This means the ticket has targeted milestone/labels.
Bug
Tickets that represent defects/bugs.
Customer
LicensedExtension
Issues affecting the Chocolatey Licensed Extension (chocolatey.extension)
What You Are Seeing?
When creating a package, the Title field's value is not respected at creation time.
What is Expected?
Whatever is entered in the Title field within Package Builder or passed with the
Title=<value>
option when runningchoco new
should appear between the title tags in the .nuspec file, and passed accordingly to the Name and Package Title fields in Chocolatey Central Management.How Did You Get This To Happen? (Steps to Reproduce)
Alternatively, Stephen provided code to the customer:
choco new --file='C:\temp\7zip_x64.msi' --build-package --output-directory='c:\temp' Title='7zip'
This ended up providing the same result as the above step using Package Builder, as evidenced in the ticket.
System Details
Output Log
N/A
Workarounds
After the package is created, you can open the .nupkg and edit the .nuspec file between the title tags with anything you want and save it, then install the package and this will appear as intended when the machine checks in to CCM.
Related Issues and Tickets
Zendesk Ticket 21438
Zendesk Ticket 23040
┆Issue is synchronized with this Gitlab issue by Unito
The text was updated successfully, but these errors were encountered: