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