Does dotnet commands uses MSBuild?

bhavna 106 Reputation points
2021-09-09T09:47:47.623+00:00

Does dotnet build or dotnet restore etc use MSBuild internally?

Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-09-09T15:14:10.747+00:00

    in short yes,

    in .net core, msbuild is a .net core application, run via "dotnet msbuild". the msbuild.dll is included in the sdk folder. the dotnet cli can also be used to run msbuild.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.