We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running build.cmd does not work just after running clone. The problem is that paket have not installed fsi.exe under the packages folder.
build.cmd
packages
git clone ... build.cmd
I commented out GenerateHelp task in the build.fsx dependency graph.
GenerateHelp
build.fsx
Then
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Running
build.cmd
does not work just after running clone. The problem is that paket have not installed fsi.exe under thepackages
folder.Repro steps
Known workaround
I commented out
GenerateHelp
task in thebuild.fsx
dependency graph.Then
worked and finally
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.
The text was updated successfully, but these errors were encountered: