1 write to Version
Aspire.Deployment.EndToEnd.Tests (1)
tests\Shared\CliInstallStrategy.cs (1)
285
Version
= version;
13 references to Version
Aspire.Deployment.EndToEnd.Tests (13)
AcaCompactNamingUpgradeDeploymentTests.cs (1)
60
localCurrentBuildStrategy.
Version
is null)
RadiusAzureResourcesDeploymentTests.cs (1)
33
localCurrentBuildStrategy.
Version
is null)
tests\Shared\CliInstallStrategy.cs (11)
119
return strategy.
Version
is not null
120
? $" --version {strategy.
Version
}"
182
if (strategy.
Version
is not null)
184
args += $" --version {strategy.
Version
}";
278
(IncludePrerelease || IsPrereleaseVersion(
Version
));
462
log?.Invoke($" → Selected: DotnetTool local source (ASPIRE_E2E_DOTNET_TOOL_SOURCE={dotnetToolSource}, version={strategy.
Version
})");
600
CliInstallMode.InstallScript when
Version
is not null => $"InstallScript (--version {
Version
})",
602
CliInstallMode.DotnetTool when NupkgSourcePath is not null => $"DotnetTool (local: {NupkgSourcePath}, --version {
Version
})",
603
CliInstallMode.DotnetTool when
Version
is not null => $"DotnetTool (--version {
Version
})",