Merge in 'release/6.0.1xx' changes

This commit is contained in:
dotnet-bot 2023-10-19 17:46:27 +00:00
commit 621dee9e27

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