Mariusz
Mariusz

Reputation: 442

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?

Upvotes: 0

Views: 321

Answers (2)

Mariusz
Mariusz

Reputation: 442

The file was in the wrong folder.

Thanks @maartenba!

Upvotes: 0

maartenba
maartenba

Reputation: 3384

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?

Upvotes: 2

Related Questions