5 references to DeployToDevice
dotnet (4)
Commands\Run\RunCommandSelector.cs (2)
581
if (!projectInstance.Targets.ContainsKey(Constants.
DeployToDevice
))
595
targets: [Constants.
DeployToDevice
],
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
539
if (project.Targets.ContainsKey(Constants.
DeployToDevice
) &&
540
!project.Build([Constants.
DeployToDevice
], loggers))
Microsoft.DotNet.Cli.Utils (1)
Constants.cs (1)
33
public const string DeployToDevice = nameof(
DeployToDevice
);