WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
115 stars 54 forks source link

Cannot register .dll using plugin registration tool getting size limit error #273

Open Anupama9921 opened 1 year ago

Anupama9921 commented 1 year ago

We are using Wael hamze tool provided in devops pipeline. On daily basis we register this .dll but getting error of size, below is the error

##[error]"The assembly content size '16783872 bytes' has exceeded the maximum value allowed for isolated plug-ins '16777216 bytes'.

What is the solution on this error. Please inform us asap, we are stuck from few days

mattp65 commented 1 year ago

You will need to break your plugin into multiple assemblies that are smaller.