是否允许重新分发 Microsoft Build 工具?
Is Microsoft Build tools allowed to be redistributed?
我可以像 .net 框架允许的那样在安装程序中重新分发 Microsoft Build Tools 吗?我知道从技术角度来看这是可能的。从法律的角度我更好奇。
在您的(!)设备上使用构建工具以及在组织内使用的许可实际上是 Visual Studio 许可的一部分。
它的 license terms 读作:
Microsoft Corporation (or based on where you live, one of its affiliates) licenses this supplement to you. Refer to your license terms for Microsoft Visual Studio 2017 software (the “software”) as those terms apply to your use of this supplement. You may use a copy of this supplement with each validly licensed copy of the software. You may not use the supplement if you do not have a license for the software.
构建工具的具体用法(安装在构建机器上)是 Visual Studio 许可证的一部分(参见 this Visual Studio 2017 license)
因此,如果您想要一些构建工具随您的软件分发而不要求用户拥有 Visual Studio 许可证,请考虑使用 JetBrain 的 MSBuild 分发版。看他们的blog post就可以了。
我可以像 .net 框架允许的那样在安装程序中重新分发 Microsoft Build Tools 吗?我知道从技术角度来看这是可能的。从法律的角度我更好奇。
在您的(!)设备上使用构建工具以及在组织内使用的许可实际上是 Visual Studio 许可的一部分。
它的 license terms 读作:
Microsoft Corporation (or based on where you live, one of its affiliates) licenses this supplement to you. Refer to your license terms for Microsoft Visual Studio 2017 software (the “software”) as those terms apply to your use of this supplement. You may use a copy of this supplement with each validly licensed copy of the software. You may not use the supplement if you do not have a license for the software.
构建工具的具体用法(安装在构建机器上)是 Visual Studio 许可证的一部分(参见 this Visual Studio 2017 license)
因此,如果您想要一些构建工具随您的软件分发而不要求用户拥有 Visual Studio 许可证,请考虑使用 JetBrain 的 MSBuild 分发版。看他们的blog post就可以了。