开发者

PowerShell and MSBuild difference

开发者 https://www.devze.com 2023-01-04 09:54 出处:网络
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 explainthe difference? (I hope

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)


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消