File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/Ubiquity.NET.Versioning.Build.Tasks Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
22
<!-- Set output assembly into the "tasks" folder so it is usable as a "task"-->
23
23
<BuildOutputTargetFolder >tasks</BuildOutputTargetFolder >
24
24
<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 >
25
30
</PropertyGroup >
26
31
27
32
<ItemGroup >
33
38
<Content Include =" PackageReadMe.md" PackagePath =" ReadMe.md" />
34
39
<Content Include =" build\**" PackagePath =" build" />
35
40
<Content Include =" buildMultiTargeting\**" PackagePath =" buildMultiTargeting" />
36
- <!-- <Content Include="_._" PackagePath="lib\net48"/>
37
- <Content Include="_._" PackagePath="lib\netstandard2.0"/>-->
38
41
</ItemGroup >
39
42
</Project >
You can’t perform that action at this time.
0 commit comments