Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

First Rake build file #51

Merged
8 commits merged into from
Jan 26, 2011
Merged

First Rake build file #51

8 commits merged into from
Jan 26, 2011

Conversation

andypike
Copy link
Contributor

In the root there are two new files: rakefile.rb and how_to_build.txt.

  • rakefile.rb is the new Rake build file
  • how_to_build.txt has instructions

Currently running the default task will:

  • clean up
  • generate the assemblyinfo (with version)
  • compile
  • run tests (xunit and mspec)
  • copy the correct assemblies to the build folder
  • zip up the assemblies for easy distribution

Please try this out and let me know if it works on your system. If it does then we should get TeamCity setup next before adding other things to the build.

This is the initial version to get the ball rolling, still room for improvement :o)

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant