Closed
Description
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 ;)
Metadata
Metadata
Assignees
Projects
Relationships
Development
No branches or pull requests
Activity
csoltenborn commentedon Jan 19, 2017
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...
JackGrinningCat commentedon Jan 19, 2017
jeah ! 👯♂️
fixed reference to LICENSE.txt in NuGet spec; added release notes fil…