microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 56 forks source link

Choco package for v1.3.0 #451

Closed apoorvdeshmukh closed 8 months ago

apoorvdeshmukh commented 10 months ago

Updating files required to prepare a choco package. Tested as below Updated sqlcmd.nuspec and tools\chocolateyinstall and ran choco pack sqlcmd.nuspec

git\go-sqlcmd\release\windows\choco>choco pack sqlcmd.nuspec
Chocolatey v2.1.0
Attempting to build package from 'sqlcmd.nuspec'.
Successfully created package 'git\go-sqlcmd\release\windows\choco\sqlcmd.1.3.0.nupkg'

Tested as per instructions here No issues seen.

shueybubbles commented 10 months ago

File an issue to change how these files are generated. We should just have a template in the repo, and the official build should create the package by populating the template with the actual tag value and github locations and checksum.

shueybubbles commented 10 months ago

we shouldn't add nupkg files to the repo