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