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
- Host: GitHub
- URL: https://github.com/devlead/octopackdotnettoolexample
- Owner: devlead
- License: mit
- Created: 2020-07-10T15:25:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T15:45:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T06:24:35.668Z (over 1 year ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`