MSBUILD Error MSB4025 in TeamCity build step for Visual Studio -
when run teamcity build build step being of runner type visual studio (sln), following error:
c:\teamcity\buildagent\work\4978ec6ee0ade5b4\test\code\test.sln(2, 1): error msb4025: project file not loaded. data @ root level invalid. line 2, position 1.
this on dedicated ci server running teamcity professional 8.1.1 (build 29939). there several other successfully-running builds on server.
the odd bit same build runs on teamcity on dev machine. followed an answer similar question, , copied specified folders across, didn't help.
i'm sure project/solution file isn't invalid because in addition build running on dev box, have opened solution in visual studio , built there no problems.
any suggestions?
i fixed this.
look inside test.sln file project or endproject tags aren't closed. us, endproject missing , broke on teamcity, no issues in visual studio.
Comments
Post a Comment