Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slash in the nuspec make problems with the nuget installer #96

Closed
JackGrinningCat opened this issue Jan 18, 2017 · 2 comments
Closed

Slash in the nuspec make problems with the nuget installer #96

JackGrinningCat opened this issue Jan 18, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@JackGrinningCat
Copy link

JackGrinningCat commented Jan 18, 2017

Hello,

i tried the newest version as nuget package and besides that installed neatly, when i checked in our CI build had problems because of the LICENCE.txt

I think i found the issue:
https://github.com/csoltenborn/GoogleTestAdapter/blob/master/GoogleTestAdapter/VsPackage/VsPackage.nuspec#L34
is <file src="LICENSE.txt" target="\" />
should be <file src="LICENSE.txt" target="" />

It's actually not anywhere described good, but here at least is an example without the slash :)
https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package#adding-a-readme-and-other-files

why i don't make a pull reqeust, i am lazy ;)

@csoltenborn
Copy link
Owner

Hi! Thanks a lot for that pointer - we have in fact seen problems with the nuget package at work (it works on some machines, but not on others), and we have no idea why. This might be the first pointer into the right direction :-)

Documentation is really poor in this area...

@csoltenborn csoltenborn self-assigned this Jan 19, 2017
@JackGrinningCat
Copy link
Author

jeah ! 👯‍♂️

@csoltenborn csoltenborn added this to the 0.9 milestone Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants