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