FSharp.Text.RegexProvider icon indicating copy to clipboard operation
FSharp.Text.RegexProvider copied to clipboard

problem running build.cmd after git clone

Open maxild opened this issue 5 years ago • 0 comments

Description

Running build.cmd does not work just after running clone. The problem is that paket have not installed fsi.exe under the packages folder.

Repro steps

git clone ...
build.cmd

Known workaround

I commented out GenerateHelp task in the build.fsx dependency graph.

Then

build.cmd

worked and finally

git checkout build.fsx

to verify that the build script worked after paket had installed FSI executable somewhere under the packages folder.

This is just a heads up. Feel free to ignore this issue. I am just inspecting the Regex type provider, to learn about TP's.

maxild avatar Feb 26 '20 18:02 maxild