我正在尝试使用以下命令创建MSBuild脱机安装
link
我第一次下载
MSBuild tool 2019
vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools
--add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.NetCore.BuildTools.ComponentGroup --add Microsoft.NetCore.Component.SDK --add Microsoft.VisualStudio.Component.NuGet.BuildTools --add Microsoft.Net.Core.Component.SDK.2.1 --includeOptional --lang en-US
我现在对构建基于.NET4.5的windows和web应用程序必须包含哪些依赖项感到困惑。我还需要构建核心应用程序。
this page
它列出了多个依赖项。我必须包括哪一个?他们有:
-
Azure开发构建工具
-
Data storage and processing build tools
-
.NET desktop build tools
-
MSBuild Tools
-
.NET Core build tools
-
Node.js build tools