Skip to content

Commit 465294f

Browse files
(#1) Disable generation of XML documentation
1 parent 453c781 commit 465294f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Stravaig.Configuration.SqlServer/Stravaig.Configuration.SqlServer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6+
<IsPackable>true</IsPackable>
7+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
68
<StravaigBuildTime>$([System.DateTime]::Now.ToString("dddd, d MMMM yyyy 'at' HH:mm:ss zzzz"))</StravaigBuildTime>
79
<StravaigCopyrightYear>$([System.DateTime]::Now.ToString("yyyy"))</StravaigCopyrightYear>
810
<StravaigGitHubCommit>$(GITHUB_SHA)</StravaigGitHubCommit>
@@ -19,7 +21,6 @@
1921
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
2022
<PackageIcon>stravaig-icon.png</PackageIcon>
2123
<PackageTags>Configuration SqlServer</PackageTags>
22-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2324
<Description>The Stravaig Configuration SQL Server Provider is a way for accessing application configuration information from SQL Server.
2425

2526
Built on $(StravaigBuildTime).

0 commit comments

Comments
 (0)