So my issue is pretty simple. I have some files that I want to be copied to the build output directory whether it is a debug build or a release publish. All of the informati
Assuming you have an assets folder in your root directory. You can name it as you want. This is just an example:
your-project.csproj
this copies only the content of the assets folder to the output root without wrapping it into the assets folder. But if you want to copy with the folder itself, you can use the following code:
PreserveNewest