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