FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

FSharp.Data fails to build - GIT error

Open kaubuchon opened this issue 6 years ago • 2 comments

I downloaded FSharp.Data and am trying to build for .NET Standard. I get the following error: C:\Users\KAUBUCHON.nuget\packages\sourcelink.create.commandline\2.8.0\build\SourceLink.Create.CommandLine.targets(21,5): error MSB3073: The command "git rev-parse --show-toplevel" exited with code 128. [C:\f\FSharp.Data-master\src\FSharp.Data.DesignTime\FSharp.Data.DesignTime.fsproj] What am I missing? Windows 10, FSharp 4.4, .NET Core SDK 2.1.3, .NET Core 2.1.2

kaubuchon avatar Aug 03 '18 17:08 kaubuchon

/cc @ctaggart, since the error is on the sourcelink step

ovatsus avatar Sep 01 '18 14:09 ovatsus

@kaubuchon Did you git clone the repo or download a zip? You can disable by setting SourceLinkCreate property to false. More info here https://github.com/ctaggart/SourceLink/blob/master/README.md

ctaggart avatar Sep 01 '18 16:09 ctaggart