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",
|
"channelUri": "https://aka.ms/vs/16/release/channel",
|
||||||
"channelId": "VisualStudio.16.Preview",
|
"channelId": "VisualStudio.16.Release",
|
||||||
"includeRecommended": false,
|
"includeRecommended": false,
|
||||||
"addProductLang": [
|
"addProductLang": [
|
||||||
"en-US"
|
"en-US"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"channelUri": "https://aka.ms/vs/16/pre/channel",
|
"channelUri": "https://aka.ms/vs/16/release/channel",
|
||||||
"channelId": "VisualStudio.16.Preview",
|
"channelId": "VisualStudio.16.Release",
|
||||||
"includeRecommended": false,
|
"includeRecommended": false,
|
||||||
"addProductLang": [
|
"addProductLang": [
|
||||||
"en-US"
|
"en-US"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue