14 references to DeployCompute
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppResource.cs (1)
78Tags = [WellKnownPipelineTags.DeployCompute]
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebSiteResource.cs (1)
76Tags = [WellKnownPipelineTags.DeployCompute]
Aspire.Hosting.Azure.Sandboxes (3)
AzureSandboxContainerDeployment.cs (3)
53Tags = [WellKnownPipelineTags.DeployCompute], 127var deploySteps = context.GetSteps(resource, WellKnownPipelineTags.DeployCompute).ToArray(); 153var producerSteps = context.GetSteps(producer, WellKnownPipelineTags.DeployCompute);
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
2239Assert.Contains(WellKnownPipelineTags.DeployCompute, deployStep.Tags);
Aspire.Hosting.Foundry (3)
HostedAgent\AzureHostedAgentResource.cs (2)
61Tags = [WellKnownPipelineTags.DeployCompute], 77var agentDeployStep = context.GetSteps(this, WellKnownPipelineTags.DeployCompute);
PromptAgent\AzurePromptAgentResource.cs (1)
93Tags = [WellKnownPipelineTags.DeployCompute],
Aspire.Hosting.Tests (3)
Pipelines\DistributedApplicationPipelineTests.cs (3)
1724Assert.Equal("deploy-compute", WellKnownPipelineTags.DeployCompute); 1776Tags = [WellKnownPipelineTags.DeployCompute] 1783var deploySteps = configContext.GetSteps(WellKnownPipelineTags.DeployCompute).ToList();
Pipelines.AppHost (1)
AppHost.cs (1)
325}, requiredBy: WellKnownPipelineTags.DeployCompute, dependsOn: WellKnownPipelineTags.ProvisionInfrastructure);
Pipelines.Library (1)
DistributedApplicationPipelineExtensions.cs (1)
51}, dependsOn: WellKnownPipelineTags.DeployCompute);