automated framework update enhancement

This commit is contained in:
Shaun Walker
2019-10-30 17:03:09 -04:00
parent af423edb99
commit 0e09cdf20a
8 changed files with 266 additions and 2 deletions

View File

@ -279,7 +279,7 @@ namespace Oqtane.Controllers
public GenericResponse Upgrade()
{
var response = new GenericResponse { Success = true, Message = "" };
InstallationManager.InstallPackages("Framework", true);
InstallationManager.UpgradeFramework();
return response;
}
}