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
configure.{sh,fsx}: fix bad order of tool findings
When porting stable's branch commit [1] to master branch [2] we
missed the fact that our configure.fsx script in the master
branch checks for `dotnet` executable before the OS match block
so the " found" string was not being printed first.
This fixes it with a flag so that if someone calls the .fsx file
by hand then the " found" string doesn't show up in that case.
[1] ae9f2a6
[2] 0b23222
0 commit comments