Skip to content

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

Closed
@JackGrinningCat

Description

@JackGrinningCat

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 ;)

Activity

csoltenborn

csoltenborn commented on Jan 19, 2017

@csoltenborn
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...

self-assigned this
on Jan 19, 2017
JackGrinningCat

JackGrinningCat commented on Jan 19, 2017

@JackGrinningCat
Author

jeah ! 👯‍♂️

added this to the 0.9 milestone on Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @csoltenborn@JackGrinningCat

      Issue actions

        Slash in the nuspec make problems with the nuget installer · Issue #96 · csoltenborn/GoogleTestAdapter