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
libgit2sharp can't load the native DLL if the path contains %2F, which happens frequently on Jenkins when building pipelines in nested folders.
libgit2/libgit2sharp#1389 was fixed in libgit2/libgit2sharp#1409, which appears to be in 0.24+. It looks like GitVersion master is still targeting a prerelease of 0.23. Any chance we can upgrade to 0.24+ and cut a release? I'd be happy to send a PR if that is acceptable.
We can work around this by setting a customWorkspace on the Jenkins node definition, but I'd really like to not have to update all my builds with custom workspace naming logic just to get nice versioning.