ivanparvaresh / dotnet-exec

Execute shell script as dotnet tasks
MIT License
22 stars 3 forks source link

Should traverse up directories looking for `dotnetexec` file #41

Closed justin-caldicott closed 3 years ago

justin-caldicott commented 3 years ago

I was hoping we'd be able to exec from any folder in the repo, but I only appear to be able to exec from the root of the repo, in the folder where the dotnetexec file lives.

It would be great if it traversed up the directory tree looking for the file, like e.g. the dotnet-tools.json itself.

ivanparvaresh commented 3 years ago

@justin-caldicott Thanks, Added to the board