NuGet Installer for multiple sln's?
Hi,
we have a few sln's in our main-overall-project-solution. We have a custom msbuild file which basically says: find all the *.sln's in the root folder. For each one, msbuild it.
works great.
BUT, I'm trying to see how we can use the NuGet installer as our 1st build step - and then remove any .nuget folders (for each project) and any nuget build steps from the csproj files.
Looking at the UI for a NuGet installer, it has this ..
:( We don't have one single sln. we have multiple.
Is there something else we can do instead?
Do we need to manually ammend our custom.msbuild file and add some custom target and stuff?
cheers !
Please sign in to leave a comment.
Hi,
No, it is not possible to perform it using single NuGet Installer build step.
Ways to solve:
Also please feel free to create a feature request in our tracker.