From fcda85727a6ecae36c085931670d064b71acf5b0 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 11 Jul 2017 20:50:24 -0700 Subject: [PATCH] Check for the existence of a git repository before invoking git commands --- .../Microsoft.AspNetCore.SignalR.Client.TS.csproj | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj index ba189a2ea8..0e9da97897 100644 --- a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj +++ b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/Microsoft.AspNetCore.SignalR.Client.TS.csproj @@ -40,12 +40,17 @@ @(ExecOutput) $(ModuleVersion)-$(VersionSuffix) + true + false - - - + +