nugetmyget

How to setup myget build to use my .nuspec file


in my source I have specified *.nuspec file with filed full metadata. When I build this source on myGet I receive .nupkg with different metadata (Author: Wonka, Description: Description).

In Package details on myget.org metadata are good :/

How to setup myGet build to use my .nuspec filemetadata?


Solution

  • The file was in the wrong folder.

    Thanks @maartenba!