Skip to content

Commit 9c2ce90

Browse files
committed
fix documentation generation for .NET Core
1 parent 75030b5 commit 9c2ce90

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Fossology.Rest.Dotnet.Model/Fossology.Rest.dotnet.Model.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<CodeAnalysisRuleSet>..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet>
66
<Description>Object model for the NET implementation of the REST API of FOSSology.</Description>
7-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
</PropertyGroup>
9+
10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11+
<DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<DocumentationFile>bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile>
816
</PropertyGroup>
917

1018
<ItemGroup>

Fossology.Rest.Dotnet/Fossology.Rest.Dotnet.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
</PropertyGroup>
99

1010
<PropertyGroup Condition="'$(Configuration)'=='Release'">
11-
<DocumentationFile>E:\PROG\My_OSS\GitHub\tngraf-FOSSology.REST.dotnet\Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.xml</DocumentationFile>
11+
<DocumentationFile>bin\Fossology.Rest.Dotnet.xml</DocumentationFile>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
15+
<DocumentationFile>bin\Fossology.Rest.Dotnet.xml</DocumentationFile>
1216
</PropertyGroup>
1317

1418
<ItemGroup>

0 commit comments

Comments
 (0)