6 references to InstallFailed
Microsoft.TemplateEngine.Cli (6)
TemplatePackageCoordinator.cs (6)
243return NewCommandStatus.InstallFailed; 256return NewCommandStatus.InstallFailed; 273resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 300success = NewCommandStatus.InstallFailed; 328success = NewCommandStatus.InstallFailed; 384result = NewCommandStatus.InstallFailed;