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