Skip to content

Commit cfc1d40

Browse files
authored
Add properties CopyDebugSymbolFilesFromPackages and CopyDocumentationFilesFromPackages (#8621)
Related to a new feature (consuming pdbs/documents from packages), which was brought in in .NET 7. PR from sdk: dotnet/sdk#27580 Document the `CopyDebugSymbolFilesFromPackages` and `CopyDocumentationFilesFromPackages` properties.
1 parent 171676d commit cfc1d40

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,20 @@ elementFormDefault="qualified">
17301730
<xs:documentation><!-- _locID_text="GenerateDocumentationFile" _locComment="" -->Value indicating whether a documentation file will be generated by the compiler</xs:documentation>
17311731
</xs:annotation>
17321732
</xs:element>
1733+
<xs:element name="CopyDebugSymbolFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
1734+
<xs:annotation>
1735+
<xs:documentation>
1736+
<!-- _locID_text="CopyDebugSymbolFilesFromPackages" _locComment="" -->Value indicating whether symbol files will be copied from NuGet packages by the compiler
1737+
</xs:documentation>
1738+
</xs:annotation>
1739+
</xs:element>
1740+
<xs:element name="CopyDocumentationFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
1741+
<xs:annotation>
1742+
<xs:documentation>
1743+
<!-- _locID_text="CopyDocumentationFilesFromPackages" _locComment="" -->Value indicating whether documentation files will be copied from NuGet packages by the compiler
1744+
</xs:documentation>
1745+
</xs:annotation>
1746+
</xs:element>
17331747
<xs:element name="GenerateManifests" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
17341748
<xs:element name="GenerateLibraryLayout" type="msb:boolean" substitutionGroup="msb:Property"/>
17351749
<xs:element name="GeneratePackageOnBuild" type="msb:boolean" substitutionGroup="msb:Property">

0 commit comments

Comments
 (0)