When to use a build tool?

前端 未结 8 514
闹比i
闹比i 2021-02-04 16:07

A beginner question, bear with me: I\'m just wondering under what circumstances one should use a build tool like nant or msbuild? I\'m working on a medium sized application (.ne

8条回答
  •  情歌与酒
    2021-02-04 16:40

    If you want to automate anything it's good to use nant/msbuild. For example: 1. check in 2. build 3. test and code coverage

提交回复
热议问题