From 66e90adfc5187cfd158896e9a0825d508188993d Mon Sep 17 00:00:00 2001 From: Bojan Rajkovic Date: Wed, 14 Jun 2017 23:45:55 -0400 Subject: [PATCH] Don't do xbuild things on Windows .NET Core's msbuild doesn't set MSBuildRuntimeVersion, so it gets treated as xbuild, breaking the build. --- src/GitInfo/build/GitInfo.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GitInfo/build/GitInfo.targets b/src/GitInfo/build/GitInfo.targets index 535d0dd..29605df 100644 --- a/src/GitInfo/build/GitInfo.targets +++ b/src/GitInfo/build/GitInfo.targets @@ -805,10 +805,10 @@ - - @@ -851,7 +851,7 @@ C:\cygwin64\bin\cygpath.exe - + true