Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

2.4.1 - 3.0.0 cli changes? #169

Open
dazinator opened this issue Jul 29, 2017 · 3 comments
Open

2.4.1 - 3.0.0 cli changes? #169

dazinator opened this issue Jul 29, 2017 · 3 comments

Comments

@dazinator
Copy link
Member

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

@GeertvanHorrik
Copy link
Contributor

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".

@dazinator
Copy link
Member Author

dazinator commented Jul 29, 2017

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.

@GeertvanHorrik
Copy link
Contributor

Then indeed stick to 2.4.1 for now.

jthelin added a commit to jthelin/ServerHost that referenced this issue Aug 9, 2017
* GitLink - source code location.

- Use GitLink to link back to GitHub repo for source server code debug.

https://github.com/GitTools/GitLink

- Update copyright date[s]

- Bump package version to `1.1.4` for change tracking.

* Use msbuild for travis-ci rather than old xbuild.

* Only run GitLink in Windows builds due to bug[s] on travis-ci builds.

GitTools/GitLink#169

GitTools/GitLink#168
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants