Error MSB4181: The "ResolveComReference" task returned false but did not log an error

I’m encountering an issue while building my project in GitLab CI/CD, and I’m seeing the following warning message: “error MSB4181: The ‘ResolveComReference’ task returned false but did not log an error.” This issue is preventing the successful build of my project.
The logs shows the 40 errors and 1 error.

Iam building my project by using the below command which I mention in the gitlab-ci.yml file

  • msbuild “C:\Gitlab-Runner\builds\3izCYubi\0\dhanlaxmi-applications\stormapp\Live_Prjct.sln” /p:Platform=“Any CPU” /p:Configuration=Release

I’m eager to resolve these issues and successfully build my project in GitLab CI/CD. Any assistance, or experiences you can share would be greatly appreciated. Thank you for your help!