4 references to Repair
dotnet (4)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (4)
599InstallAction plannedAction = PlanPackage(msi, state, InstallAction.Repair, installedVersion); 894plannedAction = (requestedAction != InstallAction.Repair) && (requestedAction != InstallAction.Uninstall) ? InstallAction.None : requestedAction; 900plannedAction = (requestedAction == InstallAction.Repair) ? InstallAction.Install 1034case InstallAction.Repair: