Pre-build task - deleting the working copy in CruiseControl.NET

后端 未结 5 1904
清歌不尽
清歌不尽 2021-01-12 05:13

I\'m currently in the process of setting up a continuous integration environment at work. We are using VisualSVN Server and CrusieControl.NET. Occasionally a build will fail

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-12 06:12

    If you check out CC.NET's jira there is a patch checked in to implement CleanCopy for Subversion which does exactly what you want and just set CleanCopy equal to true inside your source control block just like with the TFS one.

提交回复
热议问题