1 write to NupkgSourcePath
Aspire.Deployment.EndToEnd.Tests (1)
tests\Shared\CliInstallStrategy.cs (1)
287NupkgSourcePath = nupkgSourcePath;
7 references to NupkgSourcePath
Aspire.Deployment.EndToEnd.Tests (7)
tests\Shared\CliInstallStrategy.cs (7)
153return $"dotnet tool install {GetDotnetToolInstallArgs(strategy, strategy.NupkgSourcePath)}"; 158var nupkgSourcePath = strategy.NupkgSourcePath is not null ? "/tmp/aspire-nupkg-source" : null; 277NupkgSourcePath is null && 567if (NupkgSourcePath is not null) 569config.Volumes.Add($"{NupkgSourcePath}:/tmp/aspire-nupkg-source:ro"); 602CliInstallMode.DotnetTool when NupkgSourcePath is not null => $"DotnetTool (local: {NupkgSourcePath}, --version {Version})",