10 references to DeployCompute
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppResource.cs (1)
74Tags = [WellKnownPipelineTags.DeployCompute]
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebSiteResource.cs (1)
72Tags = [WellKnownPipelineTags.DeployCompute]
Aspire.Hosting.Foundry (3)
HostedAgent\AzureHostedAgentResource.cs (2)
49Tags = [WellKnownPipelineTags.DeployCompute], 65var agentDeployStep = context.GetSteps(this, WellKnownPipelineTags.DeployCompute);
HostedAgent\AzurePromptAgentResource.cs (1)
50Tags = [WellKnownPipelineTags.DeployCompute],
Aspire.Hosting.Tests (3)
Pipelines\DistributedApplicationPipelineTests.cs (3)
1731Assert.Equal("deploy-compute", WellKnownPipelineTags.DeployCompute); 1786Tags = [WellKnownPipelineTags.DeployCompute] 1793var 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);