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

https://github.com/devlead/octopackdotnettoolexample

Example of utilizing Octopus.DotNet.Cli to create packege from Cake
https://github.com/devlead/octopackdotnettoolexample

Last synced: 9 months ago
JSON representation

Example of utilizing Octopus.DotNet.Cli to create packege from Cake

Awesome Lists containing this project

README

          

# OctoPack .NET Tool Example

Example of utilizing Octopus.DotNet.Cli to create packege from Cake global tool

## Usage

1. `git clone https://github.com/devlead/OctoPackDotNetToolExample.git`
1. `cd OctoPackDotNetToolExample`
1. `dotnet tool restore`
1. `dotnet cake build.cake --bootstrap`
1. `dotnet cake build.cake`