Skip to content

Commit 52a43ef

Browse files
authored
Merge pull request #46353 from dotnet/dev/jorobich/update-publish-data-1
Update publish data for 16.8
2 parents c771544 + d87d77b commit 52a43ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

eng/config/PublishData.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,21 +193,21 @@
193193
"vsBranch": "rel/d16.7",
194194
"vsMajorVersion": 16
195195
},
196-
"master-vs-deps": {
197-
"nugetKind": ["Shipping", "NonShipping"],
196+
"release/dev16.8-preview1-vs-deps": {
197+
"nugetKind": [ "Shipping", "NonShipping" ],
198198
"version": "3.8.*",
199199
"packageFeeds": "default",
200200
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
201-
"channels": [ "dev16.8", "dev16.8p2" ],
202-
"vsBranch": "master",
201+
"channels": [ "dev16.8p1" ],
202+
"vsBranch": "rel/d16.8",
203203
"vsMajorVersion": 16
204204
},
205-
"release/dev16.8-preview1-vs-deps": {
206-
"nugetKind": [ "Shipping", "NonShipping" ],
205+
"master-vs-deps": {
206+
"nugetKind": ["Shipping", "NonShipping"],
207207
"version": "3.8.*",
208208
"packageFeeds": "default",
209209
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
210-
"channels": [ "dev16.8p1" ],
210+
"channels": [ "dev16.8", "dev16.8p2" ],
211211
"vsBranch": "master",
212212
"vsMajorVersion": 16
213213
},

0 commit comments

Comments
 (0)