From 1b10389e843b6164d7788d0355a89301e4aa0769 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Tue, 13 Dec 2016 12:51:52 -0800 Subject: [PATCH] Enabling configuring UseHardLinkIfPossible Some builds fail due to: "Creating hard-links during the build is not allowed. When building target, the following outputs have multiple hard-links...". This change makes it possible to override the default when running the build in such environments. --- ...ft.AspNet.SignalR.Client.Cpp.WinDesktop.targets.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NuGet/Microsoft.AspNet.SignalR.Client.Cpp.WinDesktop.targets.template b/NuGet/Microsoft.AspNet.SignalR.Client.Cpp.WinDesktop.targets.template index 62e652c..53fa166 100644 --- a/NuGet/Microsoft.AspNet.SignalR.Client.Cpp.WinDesktop.targets.template +++ b/NuGet/Microsoft.AspNet.SignalR.Client.Cpp.WinDesktop.targets.template @@ -32,7 +32,11 @@ - + + true + + +