From 529020271e261172ab86220ab4f08c98b75c089c Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 28 Jan 2020 09:15:24 -0400 Subject: [PATCH] we can ignore that this clashes with something it inherits (#2075) --- build/Context.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Context.cs b/build/Context.cs index a36ce0fc..62020375 100644 --- a/build/Context.cs +++ b/build/Context.cs @@ -8,7 +8,7 @@ using Cake.Frosting; public class Context : FrostingContext { public string Target { get; set; } - public string Configuration { get; set; } + public new string Configuration { get; set; } public bool LinkSources { get; set; } public BuildVersion Version { get; set; }