Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jincod/pickandroll

Keep environment specific attributes in separate configuration files and build desired config on demand
https://github.com/jincod/pickandroll

Last synced: about 6 hours ago
JSON representation

Keep environment specific attributes in separate configuration files and build desired config on demand

Awesome Lists containing this project

README

        

# Cake.PickAndRoll

[![Build status](https://ci.appveyor.com/api/projects/status/o67rl97q9282im8c?svg=true)](https://ci.appveyor.com/project/jincod/pickandroll)
[![NuGet](https://img.shields.io/nuget/v/cake.pickandroll.svg)](https://www.nuget.org/packages/Cake.PickAndRoll)

Cake Addin for working with PickAndRoll

## Usage

```csharp
#addin nuget:?package=Cake.PickAndRoll&version=1.2.4&loaddependencies=true

Task("Default")
.Does(() => {
PickAndRoll();
});
```