Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Nuget restore is ignoring .xml files but downloading only .dll and .pdb files

$
0
0

The nuget package Project Xyz contains all xml files along with dll and pdb files. We are using this package Xyz in a different project Abc of a different solution.

We have a Team City Nuget build setup which works fine.But, compiling the build, when we restore the nuget package, it downloads only dll/pdb files but not xml files. In the build step of team city, we have runner type as .net and command as restore.

How do we make it restore xml files?

This is a follow up question to the above link? We followed below link to publish nuget package with xml files.https://stackoverflow.com/a/63353505/5887074


Viewing all articles
Browse latest Browse all 3067

Trending Articles