6 references to InstallFailed
Microsoft.TemplateEngine.Cli (6)
TemplatePackageCoordinator.cs (6)
242return NewCommandStatus.InstallFailed; 255return NewCommandStatus.InstallFailed; 272resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 299success = NewCommandStatus.InstallFailed; 327success = NewCommandStatus.InstallFailed; 383result = NewCommandStatus.InstallFailed;