Skip to content

Commit 3a117d3

Browse files
committed
Generate docs for release/signed configurations
1 parent c9fae0e commit 3a117d3

File tree

36 files changed

+144
-4
lines changed

36 files changed

+144
-4
lines changed

src/ServiceStack.Api.OpenApi/ServiceStack.Api.OpenApi.Signed.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
22+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Api.OpenApi.xml</DocumentationFile>
23+
</PropertyGroup>
24+
2125
<ItemGroup>
2226
<EmbeddedResource Include="swagger-ui\**\*.*" Exclude="bin\**;obj\**;@(EmbeddedResource)" />
2327
</ItemGroup>

src/ServiceStack.Api.OpenApi/ServiceStack.Api.OpenApi.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
<EmbeddedResource Include="swagger-ui\**\*.*" Exclude="bin\**;obj\**;@(EmbeddedResource)" />
2020
</ItemGroup>
2121

22+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
23+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Api.OpenApi.xml</DocumentationFile>
24+
</PropertyGroup>
25+
2226
<ItemGroup>
2327
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
2428
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />

src/ServiceStack.Api.Swagger/ServiceStack.Api.Swagger.Signed.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
22+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Api.Swagger.xml</DocumentationFile>
23+
</PropertyGroup>
24+
2125
<ItemGroup>
2226
<EmbeddedResource Include="swagger-ui\**\*.*;swagger-ui-bootstrap\**\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
2327
</ItemGroup>

src/ServiceStack.Api.Swagger/ServiceStack.Api.Swagger.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1616
</PropertyGroup>
1717

18+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
19+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Api.Swagger.xml</DocumentationFile>
20+
</PropertyGroup>
21+
1822
<ItemGroup>
1923
<EmbeddedResource Include="swagger-ui\**\*.*;swagger-ui-bootstrap\**\*.*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
2024
</ItemGroup>

src/ServiceStack.Authentication.MongoDb/ServiceStack.Authentication.MongoDB.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1515
</PropertyGroup>
1616

17+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
18+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.MongoDb.xml</DocumentationFile>
19+
</PropertyGroup>
20+
1721
<ItemGroup>
1822
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
1923
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj" />

src/ServiceStack.Authentication.NHibernate/ServiceStack.Authentication.NHibernate.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1515
</PropertyGroup>
1616

17+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
18+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.NHibernate.xml</DocumentationFile>
19+
</PropertyGroup>
20+
1721
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
1822
<DebugType>portable</DebugType>
1923
</PropertyGroup>

src/ServiceStack.Authentication.OAuth2/ServiceStack.Authentication.OAuth2.Signed.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1616
</PropertyGroup>
1717

18+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
19+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.OAuth2.xml</DocumentationFile>
20+
</PropertyGroup>
21+
1822
<ItemGroup>
1923
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
2024
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.Signed.csproj" />

src/ServiceStack.Authentication.OAuth2/ServiceStack.Authentication.OAuth2.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1616
</PropertyGroup>
1717

18+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
19+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.OAuth2.xml</DocumentationFile>
20+
</PropertyGroup>
21+
1822
<ItemGroup>
1923
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
2024
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />

src/ServiceStack.Authentication.OpenId/ServiceStack.Authentication.OpenId.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1616
</PropertyGroup>
1717

18+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
19+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.OpenId.xml</DocumentationFile>
20+
</PropertyGroup>
21+
1822
<ItemGroup>
1923
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
2024
<ProjectReference Include="..\ServiceStack.Client\ServiceStack.Client.csproj" />

src/ServiceStack.Authentication.RavenDb/ServiceStack.Authentication.RavenDb.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1515
</PropertyGroup>
1616

17+
<PropertyGroup Condition="'$(Configuration)'!='Debug'">
18+
<DocumentationFile>bin\Release\$(Configuration)\ServiceStack.Authentication.RavenDb.xml</DocumentationFile>
19+
</PropertyGroup>
20+
1721
<ItemGroup>
1822
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
1923
<ProjectReference Include="..\ServiceStack.Common\ServiceStack.Common.csproj" />

0 commit comments

Comments
 (0)