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