diff --git a/build/Build.csproj b/build/Build.csproj index d4b3d7b05f..8cd2ea40d8 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -1,4 +1,4 @@ - + Exe @@ -9,7 +9,7 @@ - + diff --git a/build/Lifetime.cs b/build/Lifetime.cs index 9ca63e0557..21078a25f3 100644 --- a/build/Lifetime.cs +++ b/build/Lifetime.cs @@ -8,7 +8,7 @@ public class Lifetime : FrostingLifetime { - public override void Setup(Context context) + public override void Setup(Context context, ISetupContext setupContext) { context.Target = context.Argument("target", "Default"); context.Configuration = context.Argument("configuration", "Release");