File tree Expand file tree Collapse file tree
src/Microsoft.Data.SqlClient.Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 <!-- The bin/ folder for each target framework. This contains the final build artifacts. -->
6666 <OutputPath >$(Artifacts)/bin/$(Configuration)/$(AssemblyName)</OutputPath >
6767
68- <!-- We put our docs in the bin/ directory as well. -->
69- <DocumentationFile >$(Artifacts)/doc/$(TargetFramework)/$(AssemblyName).xml</DocumentationFile >
68+ <!--
69+ Generate XML documentation from /// comments. The compiler places the
70+ XML file alongside the assembly in $(OutputPath). SDK Pack then includes
71+ this file automatically in the NuGet package under lib/<tfm>/.
72+ -->
73+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
7074
7175 </PropertyGroup >
7276
Original file line number Diff line number Diff line change 6565 <!-- The bin/ folder for each target framework. This contains the final build artifacts. -->
6666 <OutputPath >$(Artifacts)/bin/$(Configuration)/$(AssemblyName)</OutputPath >
6767
68- <!-- We put our docs in the bin/ directory as well. -->
69- <DocumentationFile >$(Artifacts)/doc/$(TargetFramework)/$(AssemblyName).xml</DocumentationFile >
68+ <!--
69+ Generate XML documentation from /// comments. The compiler places the
70+ XML file alongside the assembly in $(OutputPath). SDK Pack then includes
71+ this file automatically in the NuGet package under lib/<tfm>/.
72+ -->
73+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
7074
7175 </PropertyGroup >
7276
You can’t perform that action at this time.
0 commit comments