3 references to GetInstallCommand
Aspire.Cli.EndToEnd.Tests (3)
TypeScriptPolyglotTests.cs (3)
84
await auto.TypeAsync($"cd viteapp && {TypeScriptAppHostToolchainTestHelpers.
GetInstallCommand
(toolchain)} && cd ..");
198
await auto.TypeAsync($"cd viteapp && {TypeScriptAppHostToolchainTestHelpers.
GetInstallCommand
(guestToolchain)} && cd ..");
277
await auto.TypeAsync(TypeScriptAppHostToolchainTestHelpers.
GetInstallCommand
(toolchain));