2 references to GetDotnetToolInstallArgs
Aspire.Deployment.EndToEnd.Tests (2)
tests\Shared\CliInstallStrategy.cs (2)
153return $"dotnet tool install {GetDotnetToolInstallArgs(strategy, strategy.NupkgSourcePath)}"; 161return $"dotnet tool install {GetDotnetToolInstallArgs(strategy, nupkgSourcePath, nuGetConfigPath)}";