4 references to Payload
dotnet (4)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (4)
1025
string name = string.IsNullOrWhiteSpace(displayName) ? msi.
Payload
: displayName;
1031
ExitOnError(error, $"Failed to install {msi.
Payload
}.");
1036
ExitOnError(error, $"Failed to repair {msi.
Payload
}.");
1041
ExitOnError(error, $"Failed to remove {msi.
Payload
}.");