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 my case, it took me a while to track down why this wasn't finding "grunt.cmd" the way it used to in FAKE 4 (for Windows). Simple fix in my build script was to remove the ".cmd", so I "fixed it" for myself, but this could confuse other people?
The text was updated successfully, but these errors were encountered:
It is, and I got it to work once I removed the .cmd at the end of the command (grunt.cmd) I wanted. Maybe a good way of handling this is:
if Environment.isWindows and the end of the file given already contains one of the extensions listed in PATHEXT, then don't re-append the postFix values from the PATHEXT in the call to Seq.tryPick?
https://github.com/fsharp/FAKE/blob/7f99a9c4350b6b15a044254977c882574cd72b61/src/app/Fake.Core.Process/Process.fs#L622
In my case, it took me a while to track down why this wasn't finding "grunt.cmd" the way it used to in FAKE 4 (for Windows). Simple fix in my build script was to remove the ".cmd", so I "fixed it" for myself, but this could confuse other people?
The text was updated successfully, but these errors were encountered: