Skip to content

Commit

Permalink
Update PublishData.json (#33396)
Browse files Browse the repository at this point in the history
* Update PublishData.json

Change lab/ml to master now that we're inserting our 16.1 payloads into VS master

* Add vsMajorVersion

This is needed for building VS bootstrapper for IBC training.
  • Loading branch information
RikkiGibson authored and tmat committed Feb 15, 2019
1 parent ed22011 commit b4a4a98
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,44 @@
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dev15.9"],
"vsBranch": "rel/d15.9"
"vsBranch": "rel/d15.9",
"vsMajorVersion": 15
},
"dev16.0-preview3-vs-deps": {
"nugetKind": ["Shipping", "NonShipping"],
"version": "3.0.*",
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dev16.0p3" ],
"vsBranch": "lab/d16.0stg"
"vsBranch": "lab/d16.0stg",
"vsMajorVersion": 16
},
"dev16.0-vs-deps": {
"nugetKind": ["Shipping", "NonShipping"],
"version": "3.0.*",
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dev16.0", "dev16.0p4" ],
"vsBranch": "rel/d16.0"
"vsBranch": "rel/d16.0",
"vsMajorVersion": 16
},
"master-vs-deps": {
"nugetKind": ["Shipping", "NonShipping"],
"version": "3.1.*",
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dev16.1", "dev16.1p1" ],
"vsBranch": "lab/ml"
"vsBranch": "master",
"vsMajorVersion": 16
},
"features/NullableReferenceTypes": {
"nugetKind": "PerBuildPreRelease",
"version": "2.6.*",
"nuget": [ "https://dotnet.myget.org/F/roslyn-nonnull/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn-nonnull/vsix/upload" ],
"channels": [ "nonnull" ],
"vsBranch": "lab/ml",
"vsBranch": "master",
"vsMajorVersion": 16,
"ibcSourceBranch": "master-vs-deps"
},
"features/dataflow": {
Expand All @@ -47,7 +52,8 @@
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "dataflow" ],
"vsBranch": "lab/ml",
"vsBranch": "master",
"vsMajorVersion": 16,
"ibcSourceBranch": "master-vs-deps"
},
"features/editorconfig-in-compiler": {
Expand All @@ -56,7 +62,8 @@
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
"channels": [ "editorconfig" ],
"vsBranch": "lab/ml",
"vsBranch": "master",
"vsMajorVersion": 16,
"ibcSourceBranch": "master-vs-deps"
}
},
Expand Down

0 comments on commit b4a4a98

Please sign in to comment.