Merge branch 'release/6.0.3xx' into release/6.0.4xx

This commit is contained in:
Jason Zhai 2023-10-19 23:04:18 -07:00
commit 36c64d4ab7

View file

@ -18,7 +18,8 @@ public class XmlDocTests : SmokeTests
/// Verifies every targeting pack assembly has a xml doc file.
/// There are exceptions which are specified in baselines/XmlDocIgnore.*.txt.
/// </Summary>
[Fact]
// Re-enable when fixing https://github.com/dotnet/source-build/issues/3660
//[Fact]
public void VerifyTargetingPacksHaveDoc()
{
List<string> missingXmlDoc = new();