I currently have a nightly build system running as a windows scheduled task, calling at batch file, that works sort of like this:

  • Check out the latest revision from subversion
  • Modify the AssemblyInfo.vb file of the main executable and the librarys to set the version number to 0.0.0.revision
  • Invoke MSBuild to build everything (including the installer)
  • Upload the installer and a log of the build to an FTP server

This works ok, but step 2 is dirty and fragile, and I can't imagine that this the only way to do what I want. Any ideas?

link|improve this question

60% accept rate
This answer may help you. – xpda Jan 7 '11 at 4:10
feedback

1 Answer

up vote 0 down vote accepted

There are a couple of ways to deal with this. You may want to check this post or others tagged with svn (and containing "AssemblyInfo").

link|improve this answer
thanks, the Community Tasks stuff was helpful. Shame they arn't being developed any more – insertjokehere Jan 8 '11 at 4:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.