Build on commit with subversion

前端 未结 6 542
北荒
北荒 2020-12-29 16:50

Simple question. I use Visual studio and I\'ve just installed subversion, how can i force the project to be build with msbuild, and if successfully build commit it else warn

6条回答
  •  爱一瞬间的悲伤
    2020-12-29 17:12

    You could also use CruiseControl, Hudson or another continuous integration tool.

    These could run in the background, watch for changes and then build.

提交回复
热议问题