13 instantiations of RadiusDeploymentPipelineStep
Aspire.Hosting.Radius (1)
RadiusEnvironmentResource.cs (1)
56var deployStep = new RadiusDeploymentPipelineStep(this).CreatePipelineStep();
Aspire.Hosting.Radius.Tests (12)
Deployment\DeployPipelineIntegrationTests.cs (6)
42var step = new RadiusDeploymentPipelineStep(environment); 64var step = new RadiusDeploymentPipelineStep(environment); 81var step = new RadiusDeploymentPipelineStep(environment); 95var step = new RadiusDeploymentPipelineStep(environment); 107var step = new RadiusDeploymentPipelineStep(environment); 139var deployStep = new RadiusDeploymentPipelineStep(envResource);
Deployment\RadCliDetectionTests.cs (3)
64var step = new RadiusDeploymentPipelineStep(environment); 75var step = new RadiusDeploymentPipelineStep(environment); 89var step = new RadiusDeploymentPipelineStep(environment);
DeploymentE2E\DeployEndToEndTests.cs (1)
108var step = new RadiusDeploymentPipelineStep(environment);
Publishing\RadiusDeployParametersTests.cs (2)
64var step = new RadiusDeploymentPipelineStep(radiusEnv); 116var step = new RadiusDeploymentPipelineStep(radiusEnv);
28 references to RadiusDeploymentPipelineStep
Aspire.Hosting.Radius (5)
Publishing\RadCredentialRegisterStep.cs (5)
22/// <see cref="RadiusDeploymentPipelineStep"/> runs. Secret values supplied 32/// <see cref="RadiusDeploymentPipelineStep"/>, which keeps deploy-time secrets off the 92var radAvailable = await RadiusDeploymentPipelineStep.DetectRadCliAsync(cancellationToken).ConfigureAwait(false); 95logger.LogError("The 'rad' CLI was not found on PATH. Install it from {InstallUrl}", RadiusDeploymentPipelineStep.RadInstallUrl); 96throw RadiusDeploymentPipelineStep.CreateRadCliNotFoundException();
Aspire.Hosting.Radius.Tests (23)
Deployment\DeployPipelineIntegrationTests.cs (6)
42var step = new RadiusDeploymentPipelineStep(environment); 64var step = new RadiusDeploymentPipelineStep(environment); 81var step = new RadiusDeploymentPipelineStep(environment); 95var step = new RadiusDeploymentPipelineStep(environment); 107var step = new RadiusDeploymentPipelineStep(environment); 139var deployStep = new RadiusDeploymentPipelineStep(envResource);
Deployment\RadCliDetectionTests.cs (9)
16var result = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 26var result1 = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 27var result2 = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 42() => RadiusDeploymentPipelineStep.DetectRadCliAsync(cts.Token)); 52var ex = RadiusDeploymentPipelineStep.CreateRadCliNotFoundException(); 54Assert.Contains(RadiusDeploymentPipelineStep.RadInstallUrl, ex.Message, StringComparison.Ordinal); 64var step = new RadiusDeploymentPipelineStep(environment); 75var step = new RadiusDeploymentPipelineStep(environment); 89var step = new RadiusDeploymentPipelineStep(environment);
DeploymentE2E\DeployEndToEndTests.cs (5)
28var radAvailable = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 57var radAvailable = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 92var radAvailable = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 103var radAvailable = await RadiusDeploymentPipelineStep.DetectRadCliAsync(); 108var step = new RadiusDeploymentPipelineStep(environment);
Publishing\RadiusDeployParametersTests.cs (3)
64var step = new RadiusDeploymentPipelineStep(radiusEnv); 90RadiusDeploymentPipelineStep.DeleteDeployParametersFile(path, NullLogger.Instance); 116var step = new RadiusDeploymentPipelineStep(radiusEnv);