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