From d8bd24d3615ac140c244c6110f45d4d84af88cdd Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:32:48 -0800 Subject: [PATCH] remove system.speech from source-of-truth assembly list --- .github/policies/disallow-edits.yml | 3 --- docfx.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/policies/disallow-edits.yml b/.github/policies/disallow-edits.yml index 22abb95fe5c..ca2e72f6dfa 100644 --- a/.github/policies/disallow-edits.yml +++ b/.github/policies/disallow-edits.yml @@ -51,9 +51,6 @@ configuration: - filesMatchPattern: matchAny: true pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml - - filesMatchPattern: - matchAny: true - pattern: xml/System.Speech/* then: - addReply: reply: >- diff --git a/docfx.json b/docfx.json index b3258d500ec..518cbbbc590 100644 --- a/docfx.json +++ b/docfx.json @@ -158,8 +158,7 @@ "api/System.Runtime.Serialization.Schema**": false, "api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false, "api/System.Runtime.Serialization.ImportOptions.yml": false, - "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false, - "api/System.Speech**": false + "api/System.Runtime.Serialization.XsdDataContractExporter.yml": false } }, "dest": "_site",