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