From 12245e1ef7dd628f4dc8c314037d5da8c49adb4e Mon Sep 17 00:00:00 2001 From: SotoiGhost Date: Thu, 3 Oct 2019 15:31:41 -0500 Subject: [PATCH] [Google][InstanceID] Fixed sample build --- build.cake | 2 +- .../Google/InstanceID/InstanceIDSample/InstanceIDSample.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.cake b/build.cake index c2b934ef..416bce92 100644 --- a/build.cake +++ b/build.cake @@ -50,7 +50,7 @@ Setup (context => { IS_LOCAL_BUILD = string.IsNullOrWhiteSpace (EnvironmentVariable ("AGENT_ID")); Information ($"Is a local build? {IS_LOCAL_BUILD}"); - BACKSLASH = IS_LOCAL_BUILD ? @"\\" : @"\"; + BACKSLASH = IS_LOCAL_BUILD ? @"\" : @"\"; }); Task("build") diff --git a/samples/Google/InstanceID/InstanceIDSample/InstanceIDSample.csproj b/samples/Google/InstanceID/InstanceIDSample/InstanceIDSample.csproj index 4d7904f5..dccd5f9a 100644 --- a/samples/Google/InstanceID/InstanceIDSample/InstanceIDSample.csproj +++ b/samples/Google/InstanceID/InstanceIDSample/InstanceIDSample.csproj @@ -99,6 +99,7 @@ +