add eventsource doc (#40630)
authorDavid Mason <davmason@microsoft.com>
Tue, 11 Aug 2020 01:13:14 +0000 (18:13 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 01:13:14 +0000 (18:13 -0700)
src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj

index 8c27832..902e31d 100644 (file)
@@ -4,6 +4,7 @@
     <DefineConstants>$(DefineConstants);NO_EVENTCOMMANDEXECUTED_SUPPORT;ES_BUILD_STANDALONE;FEATURE_MANAGED_ETW;TARGET_WINDOWS</DefineConstants>
     <TargetFrameworks>net461-Windows_NT</TargetFrameworks>
     <Nullable>enable</Nullable>
+    <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>