|
Revision 66, 0.9 KB
(checked in by petemounce, 3 years ago)
|
|
Set up for publishing, I think... Build the rake_dotnet library by cat'ing all the individual libraries together. Add a header for license.
|
| Line | |
|---|
| 1 | * Run xunit tests
|
|---|
| 2 | * Parameterise which test suites to run
|
|---|
| 3 | * Run tests from the directories they're compiled within - change the globs for harvesting to something like src/**/bin/configuration/**/*...?
|
|---|
| 4 | * Generate coverage files
|
|---|
| 5 | * Generate coverage reports
|
|---|
| 6 | * Distinguish between C# projects:
|
|---|
| 7 | * OutputType Exe, Library
|
|---|
| 8 | * Web - project file imports ...Web.Application.targets
|
|---|
| 9 | * Compile views/markup of web-application
|
|---|
| 10 | * Only harvest those parts of a web-application that should make it into deployment
|
|---|
| 11 | * Exclude C# files
|
|---|
| 12 | * Exclude ...
|
|---|
| 13 | * Perhaps leverage web-deployment-project...? Another dependency, though...
|
|---|
| 14 | * Change xunit so that it runs the suites in-place, rather than relying on their being harvested
|
|---|
| 15 | * Fixes problem of difference-in-path between VS host and out_dir hosted...?
|
|---|
| 16 | * Publish as a gem
|
|---|
| 17 | * Change to 7zip instead of depend on cygwin...?
|
|---|
| 18 | * Provide an InstallPad for the 3rdparty bits |
|---|