File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Stravaig.Configuration.SqlServer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
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).
You can’t perform that action at this time.
0 commit comments