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
If i run .\src\Cake\bin\Release\Cake.exe \temp\test\pipelinesenv.cake tool resolution will fail not finding cake.exe Error: Cake.Core.CakeException: Cake: Could not locate executable.
I propose we fallback to the cake.exe path of the process running the parent script, seems reasonable to want to use same version of Cake unless ToolPath explicitly specified, to not break anything I'll keep hombrew unix logic and fallback to entry assembly.
The text was updated successfully, but these errors were encountered:
If i run
.\src\Cake\bin\Release\Cake.exe \temp\test\pipelinesenv.cake
tool resolution will fail not finding cake.exeError: Cake.Core.CakeException: Cake: Could not locate executable.
I propose we fallback to the cake.exe path of the process running the parent script, seems reasonable to want to use same version of Cake unless ToolPath explicitly specified, to not break anything I'll keep hombrew unix logic and fallback to entry assembly.
The text was updated successfully, but these errors were encountered: