使用BuildTools_Full.exe安装时,Windows中的MSBuild.exe在哪里安装? [英] Where is MSBuild.exe installed in Windows when installed using BuildTools_Full.exe?

查看:110
本文介绍了使用BuildTools_Full.exe安装时,Windows中的MSBuild.exe在哪里安装?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为.NET设置构建服务器,但无法确定MSBuild.exe的安装位置.

我正在尝试使用Microsoft Build Tools 2013安装MSBuild: https://www.microsoft.com/en-us/download /details.aspx?id=40760

解决方案

在.NET Framework的早期版本中已安装了MSBuild,但是他们决定在Visual Studio或BuildTools_Full.exe软件包中进行安装. >

与.NET框架一起安装时MSBuild的路径:

C:\ Windows \ Microsoft.NET \ Framework [64或为空] [framework_version]

与Visual Studio一起安装时,MSBuild的路径为:

对于x86,C:\ Program Files(x86)\ MSBuild [version] \ Bin,对于x64,C:\ Program Files(x86)\ MSBuild [version] \ Bin \ amd64.

安装BuildTools_Full.exe的路径与通过Visual Studio安装MSBuild的路径相同.

I'm trying to set up a build server for .NET, but can't figure out where MSBuild.exe is installed.

I'm trying to install MSBuild using the Microsoft Build Tools 2013: https://www.microsoft.com/en-us/download/details.aspx?id=40760

解决方案

MSBuild in the previous versions of .NET Framework was installed with it but, they decided to install it with Visual Studio or with the package BuildTools_Full.exe.

The path to MSBuild when installed with the .NET framework:

C:\Windows\Microsoft.NET\Framework[64 or empty][framework_version]

The path to MSBuild when installed with Visual Studio is:

C:\Program Files (x86)\MSBuild[version]\Bin for x86 and, C:\Program Files (x86)\MSBuild[version]\Bin\amd64 for x64.

The path when BuildTools_Full.exe is installed is the same as when MSBuild is installed with Visual Studio.

这篇关于使用BuildTools_Full.exe安装时,Windows中的MSBuild.exe在哪里安装?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆