sqlsharpener icon indicating copy to clipboard operation
sqlsharpener copied to clipboard

Add build script to automate compile and nupkg creation.

Open pbolduc opened this issue 8 years ago • 0 comments

Added build script to automate creation of new nupkg. Follows model used by Newtonsoft.Json and others. Run build\runbuild.cmd and the project will be compiled and nuget package created in Working\NuGet\

Note: build\build.ps1 has the version of the package to be created so that the nuspec file does not need to be updated unless you want to include release notes, etc.

pbolduc avatar Feb 23 '17 22:02 pbolduc