PowerShell 和 MSBuild 的区别

发布于 2024-09-06 03:32:15 字数 95 浏览 3 评论 0原文

我对 MSBuild 和 PowerShell 都很陌生,正在尝试了解它们在部署 ASP.NET 应用程序方面的立场。有人可以解释其中的区别吗? (我希望我是在比较苹果和苹果)

I am new to both MSBuild and PowerShell and am trying to wrap my head around where these stand with respect to deploying ASP.NET applications. Can someone explain the difference? (I hope I am comparing apples and apples)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ゞ花落谁相伴 2024-09-13 03:32:15

你更多地将苹果与橙子进行比较。 :)

Powershell 是一个在 Windows 环境下工作的控制台工具,其目标是最终取代 cmd.exe。

MSBuild 是一款专门用于构建软件项目的构建工具。

您可以使用其中一个来调用另一个中的操作(以各种方式),但它们实际上是互补的工具。它们的核心目的并不那么相似。

You're a little more comparing apples to oranges. :)

Powershell is a console tool for working in the windows environment whose goal is the eventual replacement of cmd.exe.

MSBuild is an specialized build tool designed for the building of software projects.

You can use either one to invoke an operation in the other (in various ways) but they're really complementary tools. They're aren't all that similar in their core purpose.

浅唱々樱花落 2024-09-13 03:32:15

如果您正在寻找 Powershell 中的构建软件,您可能需要查看 PSAKE

if you are looking a building software from Powershell, you may want to take a look at PSAKE

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文