Moving source files into a separate folder
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
using Cake.Core;
|
||||
using Cake.Frosting;
|
||||
public class Context : FrostingContext
|
||||
|
||||
namespace Build
|
||||
{
|
||||
public Context(ICakeContext context)
|
||||
: base(context)
|
||||
public class Context : FrostingContext
|
||||
{
|
||||
public Context(ICakeContext context)
|
||||
: base(context)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user