Giter Site home page Giter Site logo

cake-sample's Introduction

Cake sample

An example of using Cake (C# Make) to build .NET solutions.

The sample solution includes the following projects:

  • Class library (which is also a NuGet package).
  • Test project for the library.
  • Web application that uses the library.
  • Console application that uses the library.

The build script illustrates common tasks, namely:

  • Running xUnit tests.
  • Creating a NuGet package.
  • Publishing a web application to a local folder.
  • Transforming App.config files.

Requirements

  1. MS Build Tools (tested with v14)
  2. .NET 4.5+ and .NET Target Pack 4.6.1 (or change projects' target framework)
  3. Powershell

How to run the sample

  1. Clone the repo.
  2. Open a powershell prompt on the repo folder.
  3. Run .\build.ps1. This script is the Cake bootstrapper which will download Cake (if needed) and execute the build.cake script.
  4. Check the outputs on the dist folder.

The default target creates the NuGet package and publishes the web and console applications. There's also a target to remove the build outputs. Just run .\build.ps1 -Target Clean.

cake-sample's People

Contributors

luisgoncalves avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.