3 references to GetPullRequestInstallArgs
Aspire.Cli.EndToEnd.Tests (3)
Helpers\CliInstallStrategyTests.cs (1)
15Assert.Equal("123", AspireCliShellCommandHelpers.GetPullRequestInstallArgs(123));
tests\Shared\CliInstallStrategy.cs (2)
102return $"{commandPrefix} {GetPullRequestInstallArgs(prNumber)}"; 109$"curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/$ref/eng/scripts/get-aspire-cli-pr.sh | bash -s -- {GetPullRequestInstallArgs(prNumber)}";