Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 747 Bytes

CakeTryout

Build status

CakeTryout is a sample project to play with Cake build system and AppVeyor continuous integration platform.

The Cake build script can performs following tasks -

  1. Clean solution and any output directories.
  2. Create any directrories required during build and deployment.
  3. Restore NuGet packages before building.
  4. Patch AssemblyInfo files before building.
  5. Build solutions.
  6. Run NUnit unit tests.
  7. Create NuGet packages and symbol packages.

License

MIT © narkhedegs