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 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 >
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 >
You can’t perform that action at this time.
0 commit comments