Install VS 2019 RTM, not Preview, from scripts (#9057)

This commit is contained in:
Nate McMaster 2019-04-04 05:18:51 -07:00 committed by GitHub
parent 42511e8652
commit 518b879895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"