Files
eveo/build/Context.cs
2021-02-01 23:55:36 +02:00

9 lines
150 B
C#

using Cake.Core;
using Cake.Frosting;
public class Context : FrostingContext
{
public Context(ICakeContext context)
: base(context)
{
}
}