5 references to CopyTemplateTreeToDiskAsync
aspire (5)
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
178
await
CopyTemplateTreeToDiskAsync
("empty-apphost", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
58
await
CopyTemplateTreeToDiskAsync
("go-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
58
await
CopyTemplateTreeToDiskAsync
("java-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (1)
67
await
CopyTemplateTreeToDiskAsync
("py-starter", outputPath, ApplyAllTokens, cancellationToken);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
60
await
CopyTemplateTreeToDiskAsync
("ts-starter", outputPath, ApplyAllTokens, cancellationToken);