How to exclude some directories from imported nuget package in a Xamarin (VS) project

103 views Asked by At

I'm working on a mobile application in xamarin, which uses certain third party nuget package, and I would like to prevent some of the directories from that nuget package being included in final release, but I can't find any information on how to exclude specific files/folders from an imported, third party nuget package. (specifically I would like some of the localisation folders from the package not being copied to the output directory)

I'm using package reference format.

1

There are 1 answers

0
hr4bi0 On BEST ANSWER

The solution is to add a post-build step with a simple bash command removing all of the unwanted directories.