[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' (#17583)
This commit is contained in:
commit
28c024ef44
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue