4 references to Error
NuGet.CommandLine.XPlat (4)
Commands\Package\Update\PackageUpdateCommandRunner.cs (4)
74
return ExitCodes.
Error
;
104
return ExitCodes.
Error
;
370
int? errorCode = packagesToUpdate is null ? ExitCodes.
Error
: null;
391
int? errorCode = packagesToUpdate is null ? ExitCodes.
Error
: null;