1 implementation of InstallTemplateAsync
aspire (1)
DotNetCliRunner.cs (1)
211
public async Task<(int ExitCode, string? TemplateVersion)>
InstallTemplateAsync
(string packageName, string version, string? nugetSource, bool force, DotNetCliRunnerInvocationOptions options, CancellationToken cancellationToken)
1 reference to InstallTemplateAsync
aspire (1)
Commands\NewCommand.cs (1)
158
var result = await _runner.
InstallTemplateAsync
("Aspire.ProjectTemplates", version, source, true, options, cancellationToken);