As originally added in #2103, the DownloadFilesFromResults Metadata Item causes error logging in the 404 (file not found) case. The specific custom usage done by the SuperPMI pipeline ends up getting error messages when files they want to copy to Azure DevOps artifacts are not present.
This will, unfortunately, not likely be able to differentiate which files are OK to 404 and instead be for the whole work item, but this can be addressed later via msbuild or other means.
As originally added in #2103, the DownloadFilesFromResults Metadata Item causes error logging in the 404 (file not found) case. The specific custom usage done by the SuperPMI pipeline ends up getting error messages when files they want to copy to Azure DevOps artifacts are not present.
This will, unfortunately, not likely be able to differentiate which files are OK to 404 and instead be for the whole work item, but this can be addressed later via msbuild or other means.