Skip to content

Commit

Permalink
Merge pull request #35 from Ellerbach/fix-build-publish
Browse files Browse the repository at this point in the history
Fixing packing for DocLinkChecker
  • Loading branch information
mtirionMSFT authored Oct 16, 2023
2 parents b1314cf + 5f190ad commit 9ce3508
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DocLinkChecker/DocLinkChecker/DocLinkChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>DocFx Companion Tools contributors</Authors>
Expand All @@ -16,8 +16,6 @@
<PackageProjectUrl>https://github.com/Ellerbach/docfx-companion-tools</PackageProjectUrl>
<Description>This tool can be used to check references in markdown files.</Description>
<PackageTags>docfx tools companion link check</PackageTags>
<SelfContained>true</SelfContained>
<UseAppHost>true</UseAppHost>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9ce3508

Please sign in to comment.