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