How to setup myget build to use my .nuspec file

325 Views Asked by At

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?

2

There are 2 best solutions below

2
On BEST ANSWER

The file was in the wrong folder.

Thanks @maartenba!

0
On

What is the structure of your application? E.g.:

  • What is the project name? (of the .csproj file)
  • What is the NuSpec name? (of the .nuspec file)
  • Where are both located? Under the same folder?