Skip to content

The coolest way to whip out NuGet releases from GitHub and AppVeyor

License

Notifications You must be signed in to change notification settings

MasterDevs/CoolWhip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolWhip Build status NuGet version

The coolest way to whip out NuGet releases from GitHub and AppVeyor.

CoolWhip creates a default AppVeyor configuration.

Continuous Integration

On check in AppVeyor will build your project and run tests.

Continuous Deployment

When a GitHub release or git tag is created

  1. Your project is built
  2. Your tests are run
  3. All NuGet packages are packaged and
    1. Attached to the release in GitHub
    2. Pushed to NuGet
    3. Pushed to Symbol Source

Quick Start

  1. Install CoolWhip PM> Install-Package CoolWhip
  2. Encrypt GitHub & Nuget key in App Veyor
  3. Update the appveyor.yaml with the keys from above
  4. Save/commit changes
  5. Link AppVeyor to your repo

Detailed instructions

Special Thanks To

About

The coolest way to whip out NuGet releases from GitHub and AppVeyor

Resources

License

Stars

Watchers

Forks

Packages

No packages published