The OutputPath property is not set for project

前端 未结 15 1472
无人及你
无人及你 2021-02-01 00:05

Building my Jenkins/MSBuild solution gives me this error

c:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets(483,9): error : 
The OutputP         


        
15条回答
  •  萌比男神i
    2021-02-01 00:50

    I had the same problem on a few projects. After adding a new configuration to the projects, the PropertyGroup was added at the very end of the Project file.

    Moving the PropertyGroup to right after all the other configurations PropertyGroup fixed the issue.

    I hope this helps.

提交回复
热议问题