question

bhavna-3740 avatar image
0 Votes"
bhavna-3740 asked Bruce-SqlWork answered

Does dotnet commands uses MSBuild?

Does dotnet build or dotnet restore etc use MSBuild internally?

dotnet-aspnet-core-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.