While running a project from Azure DevOps the pipeline fails because of this error. The error appears for about 17 files (API definitions and testcases in various testsuites) none of which are in my project or Git repository.
16:06:39,602 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FaccountNameEncrypt.xml
16:06:39,655 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FgamingLimitUpdate.xml
16:06:39,685 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2Fmobile%2Fgenerate-one-time-token.xml
16:06:39,728 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\%2FplayerBonuses.xml
16:06:39,771 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\accountUpgrade.xml
16:06:39,772 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\API-definitions\documentUpdate.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\200---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\401---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\403---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\409---Delete-message.xml
16:06:41,886 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\400---Delete-message-missing-playerToken.xml
16:06:41,887 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-1.xml\400---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\200---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\401---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\403---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\409---Delete-message.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\400---Delete-message-missing-playerToken.xml
16:06:41,891 WARN [CompositeProjects] The file has not been loaded, because it is not specified in the project: F:\vsts-agent-win-x64-2.188.3\_work\13\s\POST-%2FdeleteMessage%2FmessageId1-2.xml\400---Delete-message.xml
The project runs fine in ReadyAPI.
I found other threads on this community flagging it as 2.4 version issue, but I am using 3.9.2.
Any ideas?