Skip to content

Commit

Permalink
Update PublishData.json
Browse files Browse the repository at this point in the history
Fix the VS branches for dev17 preview1 and main
  • Loading branch information
genlu authored May 17, 2021
1 parent 6c46bd0 commit 52e562d
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"vsBranch": "rel/d16.11",
"vsMajorVersion": 16
},
"main-vs-deps": {
"release/dev17.0-preview1-vs-deps": {
"nugetKind": [
"Shipping",
"NonShipping"
Expand All @@ -197,18 +197,7 @@
"vsBranch": "main",
"vsMajorVersion": 17
},
"release/dev17.0-preview1-nopia-vs-deps": {
"nugetKind": [
"Shipping",
"NonShipping"
],
"version": "4.0.*",
"packageFeeds": "default",
"channels": [],
"vsBranch": "feature/d17initial",
"vsMajorVersion": 17
},
"release/dev17.0-preview1-vs-deps": {
"main-vs-deps": {
"nugetKind": [
"Shipping",
"NonShipping"
Expand All @@ -219,17 +208,6 @@
"vsBranch": "feature/d17initial",
"vsMajorVersion": 17
},
"release/dev17.0-vs-deps": {
"nugetKind": [
"Shipping",
"NonShipping"
],
"version": "4.0.*",
"packageFeeds": "default",
"channels": [],
"vsBranch": "main",
"vsMajorVersion": 17
},
"main": {
"nugetKind": [
"Shipping",
Expand All @@ -238,7 +216,7 @@
"version": "4.0.*",
"packageFeeds": "arcade",
"channels": [],
"vsBranch": "main",
"vsBranch": "feature/d17initial",
"vsMajorVersion": 17
},
"features/NullableReferenceTypes": {
Expand Down

0 comments on commit 52e562d

Please sign in to comment.