[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' (#17583)

This commit is contained in:
Michael Yanni 2023-10-19 14:15:28 -07:00 committed by GitHub
commit 28c024ef44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();