Skip to content

Commit f81d7c0

Browse files
build: 🧹 Remove redundant XmlDoc2CmdletDoc
1 parent a5d23de commit f81d7c0

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

Sources/ImagePlayground.PowerShell/ImagePlayground.PowerShell.csproj

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,8 @@
6060
<PackageReference Include="CodeGlyphX" Version="2.0.0" />
6161
</ItemGroup>
6262

63-
<ItemGroup>
64-
<!-- This is needed for XmlDoc2CmdletDoc to generate a PowerShell documentation. DLL itself
65-
will be removed/hidden -->
66-
<PackageReference Include="MatejKafka.XmlDoc2CmdletDoc" Version="0.7.0">
67-
<PrivateAssets>all</PrivateAssets>
68-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
69-
</PackageReference>
70-
</ItemGroup>
71-
7263
<PropertyGroup>
73-
<!-- This is needed for XmlDoc2CmdletDoc to generate a PowerShell documentation. -->
64+
<!-- PowerForge enriches module help from the compiler XML documentation file. -->
7465
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7566
</PropertyGroup>
7667

@@ -82,15 +73,6 @@
8273
<Reference Include="System.Net.Http" />
8374
</ItemGroup>
8475

85-
<Target Name="CopyDocumentationToPublishFolder" AfterTargets="GenerateDocumentationFile;Publish">
86-
<!-- This is needed for XmlDoc2CmdletDoc to copy a PowerShell documentation file to Publish
87-
folder -->
88-
<ItemGroup>
89-
<DocFiles Include="$(OutputPath)$(AssemblyName).dll-Help.xml" />
90-
</ItemGroup>
91-
<Copy SourceFiles="@(DocFiles)" DestinationFolder="$(PublishDir)" />
92-
</Target>
93-
9476
<ItemGroup>
9577
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="all" />
9678
</ItemGroup>

0 commit comments

Comments
 (0)