#178: Configure Cake.Frosting build system
This commit is contained in:
9
build/Context.cs
Normal file
9
build/Context.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Cake.Core;
|
||||
using Cake.Frosting;
|
||||
public class Context : FrostingContext
|
||||
{
|
||||
public Context(ICakeContext context)
|
||||
: base(context)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user