From 518b879895d1c2e2b5bac716c8c4f9806e92dcfc Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 4 Apr 2019 05:18:51 -0700 Subject: [PATCH] Install VS 2019 RTM, not Preview, from scripts (#9057) --- eng/scripts/vs.buildtools.json | 4 ++-- eng/scripts/vs.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/scripts/vs.buildtools.json b/eng/scripts/vs.buildtools.json index 1e1f8ca013..c487303d41 100644 --- a/eng/scripts/vs.buildtools.json +++ b/eng/scripts/vs.buildtools.json @@ -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" diff --git a/eng/scripts/vs.json b/eng/scripts/vs.json index cc54ea916d..c0596cbf3c 100644 --- a/eng/scripts/vs.json +++ b/eng/scripts/vs.json @@ -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"