Environment:
- On-premise TFS 2015 Update 3
- Release Management vNext
- Release definition using tasks:
- Visual Studio Test Agent Deployment (VS Test Agent 14.0.25420.1)
- Run Functional Tests (based on a Test Plan)
We have a large test suite of 400+ tests and a custom data collector in place which collects log files of considerable size (50 MB per file is not uncommon). "Run Functional Tests" task seems to execute all tests but fails at the end when trying to publish the test results and attachments:
W, 3224, 3, 2016/08/24, 02:32:07.663, 322736173808, DTAExecutionHost.exe, Failure attempting to call the restapis. Exception: System.AggregateException: One or more errors occurred. ---> Microsoft.VisualStudio.Services.Common.VssServiceException: Cannot upload file as it exceeded the maximum file size (104857600 bytes)
(from DTAExecutionHost.exe.log on the test machine)
I guess this is a TFS/IIS configuration issue but I don't know where to look.