Only MapAction created assets should be included in the build assets. This includes the files embeded in the .esriAddin file (which is itself a zipfile with a changed extension).
Actual Behavior
Various ESRI dlls are included in the build. These are also embended into the .esriAddin file making it unnecessarily large. This prevents us from distributing the binary build publically as it would be a violation of ESRI licence agreement. Distributing the source code is OK.
Expected Behavior
Only MapAction created assets should be included in the build assets. This includes the files embeded in the .esriAddin file (which is itself a zipfile with a changed extension).
Actual Behavior
Various ESRI dlls are included in the build. These are also embended into the .esriAddin file making it unnecessarily large. This prevents us from distributing the binary build publically as it would be a violation of ESRI licence agreement. Distributing the source code is OK.
Steps to Reproduce the Problem
Specifications