Skip to content

Add doc for CopyDebugSymbolFilesFromPackages and CopyDocumentationFilesFromPackages properties #8621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,20 @@ elementFormDefault="qualified">
<xs:documentation><!-- _locID_text="GenerateDocumentationFile" _locComment="" -->Value indicating whether a documentation file will be generated by the compiler</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CopyDebugSymbolFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="CopyDebugSymbolFilesFromPackages" _locComment="" -->Value indicating whether symbol files will be copied from NuGet packages by the compiler
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CopyDocumentationFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="CopyDocumentationFilesFromPackages" _locComment="" -->Value indicating whether documentation files will be copied from NuGet packages by the compiler
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GenerateManifests" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="GenerateLibraryLayout" type="msb:boolean" substitutionGroup="msb:Property"/>
<xs:element name="GeneratePackageOnBuild" type="msb:boolean" substitutionGroup="msb:Property">
Expand Down