Does dotnet build or dotnet restore etc use MSBuild internally?
Does dotnet build or dotnet restore etc use MSBuild internally?
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.
2 people are following this question.