Questions tagged [nuget-cli]

18 questions
0
votes
1 answer

Single nuget.target file executed from multiple targets file

We have setup an internal nuget server. While setting things up we have several packages with .targets file which copies some dlls to output folder. When we use these packages only the last nuget.target file (last package added) seems to be…
Kartik150
  • 555
  • 1
  • 5
  • 19
0
votes
1 answer

How to debug a nuget package without WIP features using VS 15.7 and above

I've read this: How to debug into my nuget package deployed from TeamCity? but for some reason my project cannot be debugged, without asking me to specify for the location of the source file. Using the following commands i was able to properly…
Dbl
  • 5,634
  • 3
  • 41
  • 66
0
votes
2 answers

Resolve .NET 4.7 external project NuGet dependencies via MSBuild targets

We need to get these projects to build and they have some strange practices. They rely on linked code files that are generated as the result of another project's build process. These projects are situated in a sub-folder. Thus, before building our…
Jansky
  • 1,455
  • 1
  • 17
  • 33
1
2