When I deploy content to sentinel using Azure DevOps, the content deploys successfully but when smart deployment enabled, it cannot push csv tracking file to Azure Repo with error
[Warning] API call failed: {"$id":"1","innerException":null,"message":"The body of the request contains invalid Json.\r\nParameter name: contentStream","typeName":"Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer","typeKey":"InvalidArgumentValueException","errorCode":0,"eventId":0}.
Conducting retry #0.
[Warning] API call failed: {"$id":"1","innerException":null,"message":"The body of the request contains invalid Json.\r\nParameter name: contentStream","typeName":"Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer","typeKey":"InvalidArgumentValueException","errorCode":0,"eventId":0}.
Conducting retry #1.
[Warning] API call failed: {"$id":"1","innerException":null,"message":"The body of the request contains invalid Json.\r\nParameter name: contentStream","typeName":"Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer","typeKey":"InvalidArgumentValueException","errorCode":0,"eventId":0}.
Conducting retry #2.
[Warning] API call failed: {"$id":"1","innerException":null,"message":"The body of the request contains invalid Json.\r\nParameter name: contentStream","typeName":"Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer","typeKey":"InvalidArgumentValueException","errorCode":0,"eventId":0}.
Conducting retry #3.
[Error] API call failed after 4 retries: {"$id":"1","innerException":null,"message":"The body of the request contains invalid Json.\r\nParameter name: contentStream","typeName":"Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer","typeKey":"InvalidArgumentValueException","errorCode":0,"eventId":0}
This error occurs only on specific branch, when I deploy the same content on another branch csv file pushed successfully.