Skip to content

Commit 32c1fcf

Browse files
authored
Remove unused elements form PublishData.json (#77994)
Removing some elements that seem to be left over from how the publish tooling used to work
1 parent faabe50 commit 32c1fcf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

eng/config/PublishData.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,14 @@
120120
},
121121
"dev15.9.x-vs-deps": {
122122
"nugetKind": "PerBuildPreRelease",
123-
"vsBranch": "rel/d15.9",
124-
"vsMajorVersion": 15
123+
"vsBranch": "rel/d15.9"
125124
},
126125
"release/dev16.11-vs-deps": {
127126
"nugetKind": [
128127
"Shipping",
129128
"NonShipping"
130129
],
131130
"vsBranch": "rel/d16.11",
132-
"vsMajorVersion": 16,
133131
"insertionTitlePrefix": "[d16.11]"
134132
},
135133
"release/dev17.8": {
@@ -138,7 +136,6 @@
138136
"NonShipping"
139137
],
140138
"vsBranch": "rel/d17.8",
141-
"vsMajorVersion": 17,
142139
"insertionTitlePrefix": "[d17.8]"
143140
},
144141
"release/dev17.10": {
@@ -147,7 +144,6 @@
147144
"NonShipping"
148145
],
149146
"vsBranch": "rel/d17.10",
150-
"vsMajorVersion": 17,
151147
"insertionTitlePrefix": "[d17.10]"
152148
},
153149
"release/dev17.12": {
@@ -156,7 +152,6 @@
156152
"NonShipping"
157153
],
158154
"vsBranch": "rel/d17.12",
159-
"vsMajorVersion": 17,
160155
"insertionTitlePrefix": "[d17.12]"
161156
},
162157
"release/dev17.13": {
@@ -165,7 +160,6 @@
165160
"NonShipping"
166161
],
167162
"vsBranch": "rel/d17.13",
168-
"vsMajorVersion": 17,
169163
"insertionTitlePrefix": "[d17.13]"
170164
},
171165
"release/dev17.14": {
@@ -174,7 +168,6 @@
174168
"NonShipping"
175169
],
176170
"vsBranch": "main",
177-
"vsMajorVersion": 17,
178171
"insertionTitlePrefix": "[d17.14 P3]",
179172
"insertionCreateDraftPR": false
180173
},
@@ -184,7 +177,6 @@
184177
"NonShipping"
185178
],
186179
"vsBranch": "feature/d18initial",
187-
"vsMajorVersion": 17,
188180
"insertionCreateDraftPR": false,
189181
"insertionTitlePrefix": "[d17.15 P1]"
190182
}

0 commit comments

Comments
 (0)