Skip to content

Commit 33618fe

Browse files
committed
Code cleanup and updated comments
1 parent dce58ec commit 33618fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Ubiquity.NET.Versioning.Build.Tasks/Ubiquity.NET.Versioning.Build.Tasks.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<!-- Set output assembly into the "tasks" folder so it is usable as a "task"-->
2323
<BuildOutputTargetFolder>tasks</BuildOutputTargetFolder>
2424
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
25+
<!--
26+
Explicitly declaring no docs for this build only assembly. Even though it is used by consumers there
27+
is no API to document, only the task itself is documented (And that is pure markdown)
28+
-->
29+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
2530
</PropertyGroup>
2631

2732
<ItemGroup>
@@ -33,7 +38,5 @@
3338
<Content Include="PackageReadMe.md" PackagePath="ReadMe.md"/>
3439
<Content Include="build\**" PackagePath="build"/>
3540
<Content Include="buildMultiTargeting\**" PackagePath="buildMultiTargeting"/>
36-
<!--<Content Include="_._" PackagePath="lib\net48"/>
37-
<Content Include="_._" PackagePath="lib\netstandard2.0"/>-->
3841
</ItemGroup>
3942
</Project>

src/Ubiquity.NET.Versioning.Build.Tasks/_._

Whitespace-only changes.

0 commit comments

Comments
 (0)