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