6 references to GetRunAttempt
Aspire.Deployment.EndToEnd.Tests (6)
AcaExistingRegistryDeploymentTests.cs (1)
60
var attempt = DeploymentE2ETestHelpers.
GetRunAttempt
();
AksStarterDeploymentTests.cs (2)
56
var clusterName = $"aks-{DeploymentE2ETestHelpers.GetRunId()}-{DeploymentE2ETestHelpers.
GetRunAttempt
()}";
58
var acrName = $"acrs{DeploymentE2ETestHelpers.GetRunId()}{DeploymentE2ETestHelpers.
GetRunAttempt
()}".ToLowerInvariant();
AksStarterWithRedisDeploymentTests.cs (2)
57
var clusterName = $"aks-{DeploymentE2ETestHelpers.GetRunId()}-{DeploymentE2ETestHelpers.
GetRunAttempt
()}";
60
var acrName = $"acrr{DeploymentE2ETestHelpers.GetRunId()}{DeploymentE2ETestHelpers.
GetRunAttempt
()}".ToLowerInvariant();
Helpers\DeploymentE2ETestHelpers.cs (1)
76
var attempt =
GetRunAttempt
();