The OutputPath property is not set for project

前端 未结 15 1449
无人及你
无人及你 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:47

    As mentioned by perlyking, rather than editing the csproj XML The following worked for me. Here are the steps I used.

    1. Open the Project Properties.
    2. Select the Build Tab.
    3. Under the Output section, Check that an output path is set. (if not set one, save the project and it should work).
    4. If it is set, click on the "Browse..." button of the output path.
    5. When the folder selection dialog opens, Navigate up one level in the file browser and then re-select the output folder and click the "Select Folder" button.
    6. Save the project properties and it should work.

提交回复
热议问题