root/trunk/rake_dotnet

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @83 [83] 3 years petemounce Prepare for import into github…
(edit) @82 [82] 3 years petemounce Remember to slim the Rakefile.rb to reflect changes in 0.0.5
(edit) @81 [81] 3 years petemounce Generate the AssemblyInfo?.cs files in place, and allow for overriding them …
(edit) @80 [80] 3 years petemounce Monkey!
(edit) @79 [79] 3 years petemounce Bump version number and update change-log
(edit) @78 [78] 3 years petemounce Write out the reports (there may be many, later) to our own directory
(edit) @77 [77] 3 years petemounce Support git, by not assuming Subversion. Instead of writing in an svn …
(edit) @76 [76] 3 years petemounce 0.0.3 - bugfixes.
(edit) @75 [75] 3 years petemounce Restructure the demo
(edit) @74 [74] 3 years petemounce Not required
(edit) @73 [73] 3 years petemounce Restructure a little
(edit) @72 [72] 3 years petemounce Bump version number
(edit) @71 [71] 3 years petemounce Ready to publish 0.0.2
(edit) @70 [70] 3 years petemounce Add support for 7zip when packaging, which seems like a lighter dependency …
(edit) @69 [69] 3 years petemounce Update to work against installed gem
(edit) @68 [68] 3 years petemounce Begin to find my way around unit testing in ruby. I'm sure I have a lot …
(edit) @67 [67] 3 years petemounce Cosmetic
(edit) @66 [66] 3 years petemounce Set up for publishing, I think... Build the rake_dotnet library by …
(edit) @65 [65] 3 years petemounce Remove comment
(edit) @64 [64] 3 years petemounce Generate the simplest NCover Report using its new CLI tool (they split out …
(edit) @63 [63] 3 years petemounce New options: * exclude assemblies * build-id
(edit) @62 [62] 3 years petemounce NCover v3 no longer needs to be told which assemblies to profile, and …
(edit) @61 [61] 3 years petemounce Give ourselves a bit more of a project to run against while I remind …
(edit) @60 [60] 3 years petemounce Work in progress on ncover
(edit) @59 [59] 3 years petemounce Restructuring demo solution
(edit) @58 [58] 3 years petemounce Restructuring demo solution
(edit) @57 [57] 3 years petemounce Restructuring demo solution
(edit) @56 [56] 3 years petemounce remove debugging
(edit) @55 [55] 3 years petemounce I think I'm ready to release 0.0.2, which is the first version with actual …
(edit) @54 [54] 3 years petemounce Move parts around to tally with publishing the gem via hoe
(edit) @53 [53] 3 years petemounce Update todo
(edit) @52 [52] 3 years petemounce Sensible default and update todo.
(edit) @51 [51] 3 years petemounce Integrate FxCop? into the library, far enough that it's useful anyway
(edit) @50 [50] 3 years petemounce Unnecessary
(edit) @49 [49] 3 years petemounce In the absence of an XUnit.NET runner for R# 4.5, make it trivial to run …
(edit) @48 [48] 3 years petemounce Remove file & dir now that I've learned how to use Pathname for file ops
(edit) @47 [47] 3 years petemounce Add a note
(edit) @44 [44] 3 years petemounce Re-introduce FxCop? task - at the moment, the task itself doesn't have many …
(edit) @43 [43] 3 years petemounce Cosmetic
(edit) @42 [42] 3 years petemounce Move commonality/by-convention parts to rake_dotnet.rb to trim down …
(edit) @41 [41] 3 years petemounce Include the web-application msbuild targets, and update todo.txt
(edit) @40 [40] 3 years petemounce Change mind about name of libraries directory AGAIN, and add stubs to it …
(edit) @39 [39] 3 years petemounce Remove an unnecessary puts and correct the reference path for the project …
(edit) @38 [38] 3 years petemounce A whole bunch of stuff I did while on holiday: * Rename ROOT to …
(edit) @37 [37] 3 years petemounce Use correct TeamCity? environment variable to mark builds with the …
(edit) @36 [36] 3 years petemounce Add the release version
(edit) @35 [35] 3 years petemounce Hack together a little application to read the version out of a DLL and …
(edit) @34 [34] 3 years petemounce Placeholder for eventual users - "You need to put svn binaries here" …
(edit) @32 [32] 3 years petemounce Add skeleton directory for tools required so far
(edit) @31 [31] 3 years petemounce Add NameOutputTask? for renaming the output to …
(edit) @30 [30] 3 years petemounce Add @s
(edit) @29 [29] 3 years petemounce inconsistency
(edit) @28 [28] 3 years petemounce Set up svn:ignore
(edit) @27 [27] 3 years petemounce add lib directory which will contain stubs for tools (rather than put them …
(edit) @26 [26] 3 years petemounce Set up a test-solution with some projects in it
(edit) @25 [25] 3 years petemounce Decide this path nonsense is, well, nonsense. Let's assume a …
(edit) @23 [23] 3 years petemounce Silly mistake with parameter name mismatch. I'm really going to need to …
(edit) @22 [22] 3 years petemounce Correctly munge the path within the zip file; we don't want all the …
(edit) @21 [21] 3 years petemounce Better default glob
(edit) @20 [20] 3 years petemounce Find out that *Site* is not a valid glob for a FileList? :( This will …
(edit) @19 [19] 3 years petemounce MSBuild needs to be run from the directory it intends to build from; …
(edit) @18 [18] 3 years petemounce Different path to library. Will probably change this pattern so we pass …
(edit) @17 [17] 3 years petemounce Write a HarvestWebApplicationTask? to pull out a web-app from an SVN …
(edit) @16 [16] 3 years petemounce Notice a discrepancy between my own tasks and rake PackageTask? (that I'm …
(edit) @15 [15] 3 years petemounce Make the custom tasks dependency-aware (though not with the same syntax as …
(edit) @14 [14] 3 years petemounce Beginnings of zip-file packaging (because I'm harvesting separately from …
(edit) @13 [13] 3 years petemounce Now that I've spotted the implementation pattern, make the compile task …
(edit) @12 [12] 3 years petemounce Rules-based xunit testing via a custom xunit rake task that defines a test …
(edit) @11 [11] 3 years petemounce Rules-based building for projects/DLLs
(edit) @10 [10] 3 years petemounce Introduce Harvester class to harvest the build output (but avoid …
(edit) @9 [9] 3 years petemounce Allow to pass in variables from the command-line to specify product- and …
(edit) @8 [8] 3 years petemounce Refactor msbuild.rb for readability
(edit) @7 [7] 3 years petemounce Generate AssemblyInfo?.cs file; demo in Rakefile.rb.
(edit) @6 [6] 3 years petemounce Make VersionFileTask? depend on the directory path it's created within
(edit) @5 [5] 3 years petemounce Add a test-solution to build up functionality against
(edit) @4 [4] 3 years petemounce Initial import of helper classes to turn into custom rake tasks
(add) @3 [3] 3 years petemounce Start of a library of custom tasks for .NET rake-based builds
Note: See TracRevisionLog for help on using the revision log.