使用BuildTools

编程入门 行业动态 更新时间:2024-10-25 04:25:52
本文介绍了使用BuildTools_Full.exe安装时,Windows中的MSBuild.exe在哪里安装?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

我正在尝试使用Microsoft Build Tools 2013安装MSBuild: www.microsoft/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: www.microsoft/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

本文发布于:2023-11-10 09:30:24,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1575007.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:BuildTools

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!