Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PowerShell and MSBuild difference

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)

like image 370
Nick Avatar asked Aug 14 '26 16:08

Nick


2 Answers

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.

like image 138
Greg D Avatar answered Aug 17 '26 11:08

Greg D


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

like image 25
Iain Avatar answered Aug 17 '26 10:08

Iain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!