-
Notifications
You must be signed in to change notification settings - Fork 79
Relative path parameter doesn't work #44
Comments
Good find. Will add this code. |
Prerelease version with fix has been deployed. |
Thanks. The NuGet package doesn't add a reference anymore, does it? In such case could you change it so that the exe sits in |
Hm, I replaced the exe and the build server failed with exception Why is that? |
My screw up, I have to replace the embedded libs every time I update the libgit2sharp package. Just released a fix. |
And what about the NuGet pacakge requirement for net45? Is that necessary? |
Not sure. You can reference the executable as a regular library and use it if you need it. That doesn't work anymore? |
It sure works when I simply drop it in a tools folder and run from msbuild (I use the But installing from NuGet fails because I target .NET 4.0 and the package only contains a net45 folder. |
I've created a new issue for my NuGet questions. And of course the new GitLink.exe works fine with relative paths. |
Thanks, we will keep this issue closed and continue on the other one. |
Hi
Here's how I run GitLink in my solution
Apparently the
..
path segment doesn't work for some reason.I've fixed this by wrapping the path in $([System.IO.Path]::GetFullPath(..)) but it looks like a bug.
Tom
The text was updated successfully, but these errors were encountered: