3 references to DeployToDevice
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
575
if (!projectInstance.Targets.ContainsKey(Constants.
DeployToDevice
))
589
targets: [Constants.
DeployToDevice
],
Microsoft.DotNet.Cli.Utils (1)
Constants.cs (1)
33
public const string DeployToDevice = nameof(
DeployToDevice
);