1 override of Success
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
480
public override bool
Success
=> RestoreResultPairs.All(pair => pair.Result.Success);
1 reference to Success
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
93
if (!restorePreviewResult.
Success
)