2 references to BuildPerTfmWithDevices
dotnet (2)
Commands\Test\MTP\MSBuildUtility.cs (2)
87
return
BuildPerTfmWithDevices
(projectFilePath, buildOptions, deviceSelection);
393
var (modules, exitCode) =
BuildPerTfmWithDevices
(project.ProjectFilePath, buildOptions, deviceSelection, project.Configuration, project.Platform);