jtu100
Results
3
comments of
jtu100
If I pass a null/empty value for ToolPath & I don't have git in an expected location I don't get the expected "Could not find git.exe. "... I get "MSB6001:...
If localPath is null which I believe it is by default, won't new DirectoryInfo(localPath).FullName throw an exception? And therefore this FindInLocalPath blows up if it can't find git in the...
Should be fixed in PR #135