Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cake-contrib/cake.mage
Cake addin providing Mage.exe support
https://github.com/cake-contrib/cake.mage
adding cake cake-addin mage
Last synced: 21 days ago
JSON representation
Cake addin providing Mage.exe support
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.mage
- Owner: cake-contrib
- License: mit
- Created: 2016-08-19T17:28:16.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-07T20:33:20.000Z (11 months ago)
- Last Synced: 2024-04-26T21:21:54.453Z (8 months ago)
- Topics: adding, cake, cake-addin, mage
- Language: C#
- Homepage: https://cake-contrib.github.io/Cake.Mage/docs/
- Size: 1.65 MB
- Stars: 4
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.Mage
The Cake.Mage addin adds Mage.exe support to Cake
[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)
## Information
| | Stable | Pre-release |
|---|---|---|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Mage.svg)](https://github.com/cake-contrib/Cake.Mage/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.Mage.svg)](https://www.nuget.org/packages/Cake.Mage)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.Mage.svg)](https://www.nuget.org/packages/Cake.Mage)|## Build Status
|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/5hl4g2ilm5rmsj84/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-mage/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/5hl4g2ilm5rmsj84/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-mage/branch/master)|## Code Coverage
[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.Mage/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.Mage?branch=develop)
## Quick Links
- [Documentation](https://cake-contrib.github.io/Cake.Mage)
## Breaking changes
2.0.0
- References Cake 5.0.0
- Supports .NET 8.0 and .NET 9.0
- Drops support for mage.exe tool that comes with SDK
- Adds support for dotnet-mage tool - make sure you include [Microsoft.DotNet.Mage](https://www.nuget.org/packages/Microsoft.DotNet.Mage/) nuget package in your script1.1.0
- References Cake 4.0.0
- Supports .net 6+1.0.0
- References cake 1.0.0
- Add paths for .net 4.8, add logging of tool lookup0.4
- BaseNewAndUpdateDeploymentSettings.Install is false by default
## Discussion
If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the `extension-q-a` category.
[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions/categories/extension-q-a)
## Build
To build this package we are using Cake.
On Windows PowerShell run:
```powershell
./build
```