PowerShell 和 MSBuild 的区别
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你更多地将苹果与橙子进行比较。 :)
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.
如果您正在寻找 Powershell 中的构建软件,您可能需要查看 PSAKE
if you are looking a building software from Powershell, you may want to take a look at PSAKE