You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Magic Chunks in Azure Devops to update appsettings.json config for my ASP.NET Core project.
I tried to paste a JSON text of size > 2500 character but got the following message:
This input does not support more than 2,500 characters. The pasted content has been clipped.
Can you please increase the max length of this text area!
I tried to split my transformations into 2 tasks as follows:
but got the following error on the second task when running the build:
The text was updated successfully, but these errors were encountered:
Hi,
I am using Magic Chunks in Azure Devops to update appsettings.json config for my ASP.NET Core project.
I tried to paste a JSON text of size > 2500 character but got the following message:
Can you please increase the max length of this text area!
I tried to split my transformations into 2 tasks as follows:
but got the following error on the second task when running the build:
The text was updated successfully, but these errors were encountered: