From b448673376ff6a54ebedad9aa7035b9b7a05e0e0 Mon Sep 17 00:00:00 2001 From: Heng Liu Date: Fri, 31 Mar 2023 17:26:57 -0700 Subject: [PATCH] add properties CopyDebugSymbolFilesFromPackages and CopyDocumentationFilesFromPackages --- .../MSBuild/Microsoft.Build.CommonTypes.xsd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index 3f2d3d8cee2..c3e4ab12b4d 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1730,6 +1730,20 @@ elementFormDefault="qualified"> Value indicating whether a documentation file will be generated by the compiler + + + + Value indicating whether symbol files will be copied from NuGet packages by the compiler + + + + + + + Value indicating whether documentation files will be copied from NuGet packages by the compiler + + +