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

How to move a folder of images to another location on build/install within a NuGet package

$
0
0

I have created a NuGet package in which I install other referenced packages. I also have a folder of up to 100 images. If I put these in the content folder they get copied over to the root of the project on which I install the NuGet package.

Here is my problem. When placing them in Content > Images > List-of-files, it takes up to 30 minutes per project to copy the files to the root folder. Furthermore I need them in the bin/debug and bin/release folders, not the root of the project.

Is there a way to just add the images into the lib folder so that they are in the package > lib > Images folder and then copy them to the bin/debug and bin/release folders of the project to which it was installed?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>