Search Results

8
votes
11answers
3k views

Use SVN Revision to label build in CCNET

I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code. I would like to u …
1
vote

Use SVN Revision to label build in CCNET

I found this project on google code: http://code.google.com/p/svnrevisionlabeller/. This is CCNET plugin to generate the l …
1
vote

Use SVN Revision to label build in CCNET

Customizing csproj files to autogenerate AssemblyInfo.cs http:// …
0
votes

Use SVN Revision to label build in CCNET

@Justin, thanks for sharing your NAnt script. I'm not using NAnt, but only MSBuild to compile my projects. …