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