The OutputPath property is not set for project

前端 未结 15 1120
无人及你
无人及你 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条回答
  •  后悔当初
    2021-02-01 00:39

    I got this error only when I was publishing my web project. I had mistakenly selected the wrong build configuration when setting up the publish profile.

提交回复
热议问题