How to write a build script -


i want write build script can compile code, run unit tests , produce nuget package.

can please or point me right direction.

thanks.

since mentioned nuget, presume use c#. had best experience cake build scripts.

cake - home

but seriously, build system do, goole friend this. advise against using powershell sort of job.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -