catalog updated at push

This commit is contained in:
Paul Schneider 2021-08-29 00:51:43 +01:00
commit f918d26273
3 changed files with 5 additions and 4 deletions

View file

@ -173,6 +173,7 @@ namespace isnd.Controllers
}
await _dbContext.SaveChangesAsync();
_packageManager.ÛpdateCatalogFor(commit);
_logger.LogInformation($"new package : {nuspec.Name}");
}