Build on commit with subversion

前端 未结 6 536
北荒
北荒 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:25

    I think this might work for you since you use SVN.

    In all what you are asking for is like what mausch suggested, a CI server. In that case TeamCity fits the bill.

    But perhaps you didnt need all the bells and whistles that came with a CI server. Then SIN might work for you. Check it out if you have time!

提交回复
热议问题