Hello guys,
After running the squirrel commandline, i have realized that it always excludes all xml files even though i have explicitly stated it in my nuget package:
<file src="*.*" target="lib\net45\" exclude="*.nupkg;*.vshost.*"/>
<file src="**" target="lib\net45\" exclude="*.nupkg;*.vshost.*"/>
Hello guys,
After running the squirrel commandline, i have realized that it always excludes all xml files even though i have explicitly stated it in my nuget package: