[ad_1]
0 I created sfc project on .NET Framework 4.7.2 and in local it's working fine and swagger is loading. But In Devops it's throwing below issue. I tried many ways to do it but no luck. Need to create project again that is the last solution. Please suggest me the best if possible. BaseOutputPath/OutputPath property is not set for project 'Test.sfproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project.
私が試したこと:
.csproj ファイルに以下を追加しようとしました
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DocumentationFile></DocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup>
しかし、まだこのエラーが発生しています
[ad_2]
コメント