Closed apoorvdeshmukh closed 1 year ago
Pls add a build.sh and build.bat in the root build
folder that both people and pipelines can use. Otherwise I think it's a bit confusing to figure out where to build things as a new contributor.
Also move the rsrc
files and winres
folder from cmd/sqlcmd
to modern
and put the generate line in main.go
//go:generate go-winres make --file-version=git-tag --product-version=git-tag
The product build pipeline is validated in this run and is working fine.
Updating pipeline to build sqlcmd from cmd/modern dir Addresses #185