GitLink icon indicating copy to clipboard operation
GitLink copied to clipboard

2.4.1 - 3.0.0 cli changes?

Open dazinator opened this issue 6 years ago • 3 comments

Build of gittools core just kicked off, and its pulling in version 3.0.0 of gitlink, last successful build was pulling in 2.4.1.

The build using 3.0.0 fails with:


gitlink . -u https://github.com/gittools/gittools.core -b %APPVEYOR_REPO_BRANCH% -s %APPVEYOR_REPO_COMMIT% -f %path_to_sln%
error: File not found: "."
Command exited with code 

May I ask, is this a simple fix that needs to be made to make it work with 3.0.0 and what the new CLI looks like? Otherwise I'll just look to pin the build to 2.4.1 for now.

Thanks

dazinator avatar Jul 29 '17 13:07 dazinator

Instead of passing in the solution, it now requires the pdb instead. But you can also integrate directly into msbuild by installing the version from NuGet. Then it should "auto-work".

GeertvanHorrik avatar Jul 29 '17 13:07 GeertvanHorrik

For the msbuild task, sadly, we'd need #168 first, as the travis build runs on linux, and we use the dotnet cli tooling in order to build. Think for now I'll pin it back to 2.4.1.

dazinator avatar Jul 29 '17 14:07 dazinator

Then indeed stick to 2.4.1 for now.

GeertvanHorrik avatar Jul 29 '17 14:07 GeertvanHorrik