2 references to Build
dotnet (2)
Commands\Run\RunCommandSelector.cs (1)
235
return buildSession.
Build
(projectInstance, targets, out targetOutputs);
MSBuildSession.cs (1)
87
=>
Build
(project, targets, out _);