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

wixproj needs to consume wix from nuget #529

Closed shueybubbles closed 1 month ago

shueybubbles commented 2 months ago

To facilitate automated builds in Azure devops, we can't rely on the wix targets being installed with VS. Use <PackageReference Include="Wix" Version="3.14.0" />

shueybubbles commented 1 month ago

found a different option