Skip to content

Commit 85ff7af

Browse files
authored
remove system.speech from source-of-truth assembly list (#10893)
1 parent e669d4a commit 85ff7af

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/policies/disallow-edits.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ configuration:
5151
- filesMatchPattern:
5252
matchAny: true
5353
pattern: xml/System.Runtime.Serialization/XsdDataContractExporter.xml
54-
- filesMatchPattern:
55-
matchAny: true
56-
pattern: xml/System.Speech/*
5754
then:
5855
- addReply:
5956
reply: >-

docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@
158158
"api/System.Runtime.Serialization.Schema**": false,
159159
"api/System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.yml": false,
160160
"api/System.Runtime.Serialization.ImportOptions.yml": false,
161-
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false,
162-
"api/System.Speech**": false
161+
"api/System.Runtime.Serialization.XsdDataContractExporter.yml": false
163162
}
164163
},
165164
"dest": "_site",

0 commit comments

Comments
 (0)