79565004

Date: 2025-04-09 17:49:37
Score: 0.5
Natty:
Report link

I was able to fix this by adding the /restore parameter to the msbuid command. So now my msbuild command looks like:

msbuild.exe appserver\%~1\%~1.sln /restore /target:Clean,Build /p:Configuration=Debug /p:platform="%platform%"

This seems to properly restore the sdk style project's dependencies and the build now completes using the gitlab runner

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: cvb