diff --git a/build.cake b/build.cake index 1f8710f6..f29855fc 100644 --- a/build.cake +++ b/build.cake @@ -60,7 +60,7 @@ void BuildCake (string target) Setup (context => { IS_LOCAL_BUILD = string.IsNullOrWhiteSpace (EnvironmentVariable ("AGENT_ID")); - Information ("Is a local build? {IS_LOCAL_BUILD}"); + Information ($"Is a local build? {IS_LOCAL_BUILD}"); BACKSLASH = IS_LOCAL_BUILD ? @"\\" : @"\"; });