Install VS 2019 RTM, not Preview, from scripts (#9057)
This commit is contained in:
parent
42511e8652
commit
518b879895
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"channelUri": "https://aka.ms/vs/16/pre/channel",
|
||||
"channelId": "VisualStudio.16.Preview",
|
||||
"channelUri": "https://aka.ms/vs/16/release/channel",
|
||||
"channelId": "VisualStudio.16.Release",
|
||||
"includeRecommended": false,
|
||||
"addProductLang": [
|
||||
"en-US"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"channelUri": "https://aka.ms/vs/16/pre/channel",
|
||||
"channelId": "VisualStudio.16.Preview",
|
||||
"channelUri": "https://aka.ms/vs/16/release/channel",
|
||||
"channelId": "VisualStudio.16.Release",
|
||||
"includeRecommended": false,
|
||||
"addProductLang": [
|
||||
"en-US"
|
||||
|
|
|
|||
Loading…
Reference in New Issue