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)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.