Using Paket with Github dependencies (C#)
Hello, I'm trying to accomplish the following:
I have project 'A' which is a console application that references a class library project, 'B', hosted on Github.
I have followed the instructions the Paket website for Github repositories, and I've just gotten confusion out of it, since it keeps throwing errors no matter what I try.
Also I believe that the documentation for Paket for Github is lacking information and just straight up confusing.
How will I go about this?
- Do I need to push the built nuget package of project 'B' to it's Github repository?
- I added `github mygithubusername/projectBname` to project 'A's `paket.dependencies`, I get the following error: "... Package 'B' was not found in group Main of the paket.lock file. "
Any help would be greatly appreciated, been stuck on this for weeks. I've tried reaching to their gitter channel, no response.
0 comments:
Post a Comment