From d03a48bc3a0adb95dc23a661ad36e03f1510b4a9 Mon Sep 17 00:00:00 2001 From: Maksim Petrov Date: Thu, 13 Feb 2020 14:22:26 +0300 Subject: [PATCH] Add dotnet 4.7.2 developer tools --- images/win/scripts/Installers/Windows2016/Install-VS2017.ps1 | 2 ++ images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Windows2016/Install-VS2017.ps1 b/images/win/scripts/Installers/Windows2016/Install-VS2017.ps1 index fabcebd8..72801bd6 100644 --- a/images/win/scripts/Installers/Windows2016/Install-VS2017.ps1 +++ b/images/win/scripts/Installers/Windows2016/Install-VS2017.ps1 @@ -69,6 +69,8 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + ` '--add Microsoft.Net.Component.4.7.1.SDK ' + ` '--add Microsoft.Net.Component.4.7.1.TargetingPack ' + ` '--add Microsoft.Net.ComponentGroup.4.7.1.DeveloperTools ' + ` + '--add Microsoft.Net.Component.4.7.2.SDK ' + ` + '--add Microsoft.Net.Component.4.7.2.TargetingPack ' + ` '--add Microsoft.Net.ComponentGroup.4.7.2.DeveloperTools ' + ` '--add Microsoft.Net.Core.Component.SDK.1x ' + ` '--add Microsoft.NetCore.1x.ComponentGroup.Web ' + ` diff --git a/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 b/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 index ac76288b..6e631c4b 100644 --- a/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 +++ b/images/win/scripts/Installers/Windows2019/Install-VS2019.ps1 @@ -73,6 +73,9 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + ` '--add Microsoft.Component.VC.Runtime.UCRTSDK ' + ` '--add Microsoft.Net.ComponentGroup.4.6.2.DeveloperTools ' + ` '--add Microsoft.Net.ComponentGroup.4.7.1.DeveloperTools ' + ` + '--add Microsoft.Net.Component.4.7.2.SDK ' + ` + '--add Microsoft.Net.Component.4.7.2.TargetingPack ' + ` + '--add Microsoft.Net.ComponentGroup.4.7.2.DeveloperTools ' + ` '--add Microsoft.Net.ComponentGroup.4.7.DeveloperTools ' + ` '--add Microsoft.VisualStudio.Component.AspNet45 ' + ` '--add Microsoft.VisualStudio.Component.Azure.Kubernetes.Tools ' + ` @@ -89,7 +92,7 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + ` '--add Microsoft.VisualStudio.Component.TestTools.CodedUITest ' + ` '--add Microsoft.VisualStudio.Component.TestTools.WebLoadTest ' + ` '--add Microsoft.VisualStudio.Component.UWP.VC.ARM64 ' + ` - '--add Microsoft.VisualStudio.Component.VC.140 ' + ` + '--add Microsoft.VisualStudio.Component.VC.140 ' + ` '--add Microsoft.VisualStudio.Component.VC.ATL.ARM ' + ` '--add Microsoft.VisualStudio.Component.VC.ATLMFC ' + ` '--add Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre ' + `