You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FSharp.Data, executeFSIWithArgs "docs/tools" "generate.fsx" started failing with System.Exception: Start of process fsi.exe failed. The system cannot find the file specified (fsprojects/FSharp.Data#1142)
This was either due to the upgrade from FAKE 4.64.4 to 4.64.11, or due to the upgrade to the F# SDK 10.1 SDK which has a different path structure
Executing the file inside VS or VSCode works fine though, it only fails when running from the command line with packages\FAKE\tools\FAKE.exe build.fsx (which is done by build.cmd)
The text was updated successfully, but these errors were encountered:
In FSharp.Data,
executeFSIWithArgs "docs/tools" "generate.fsx"
started failing withSystem.Exception: Start of process fsi.exe failed. The system cannot find the file specified
(fsprojects/FSharp.Data#1142)This was either due to the upgrade from FAKE 4.64.4 to 4.64.11, or due to the upgrade to the F# SDK 10.1 SDK which has a different path structure
Executing the file inside VS or VSCode works fine though, it only fails when running from the command line with
packages\FAKE\tools\FAKE.exe build.fsx
(which is done by build.cmd)The text was updated successfully, but these errors were encountered: