protected override async Task <int> Run() { Console.WriteLine($"Job ID: {await AuthorAPI.UpdateNexusCache()}"); return(0); }
protected override async Task <ExitCode> Run() { CLIUtils.Log($"Job ID: {await AuthorAPI.UpdateNexusCache()}"); return(0); }