6 references to InstallFailed
Microsoft.TemplateEngine.Cli (6)
TemplatePackageCoordinator.cs (6)
239return NewCommandStatus.InstallFailed; 252return NewCommandStatus.InstallFailed; 269resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 296success = NewCommandStatus.InstallFailed; 324success = NewCommandStatus.InstallFailed; 380result = NewCommandStatus.InstallFailed;