#178: Configure Cake.Frosting build system

This commit is contained in:
Anton Kasyanov
2021-02-01 23:55:36 +02:00
parent e4229dcefc
commit 779ff2cf7c
14 changed files with 995 additions and 20 deletions

9
build/Tasks/Default.cs Normal file
View File

@@ -0,0 +1,9 @@
using Cake.Frosting;
namespace Build.Tasks
{
[Dependency(typeof(Zip))]
public sealed class Default : FrostingTask<Context>
{
}
}