21 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)
73Tags = [WellKnownPipelineTags.DeployCompute], 147var deploySteps = context.GetSteps(resource, WellKnownPipelineTags.DeployCompute).ToArray(); 173var producerSteps = context.GetSteps(producer, WellKnownPipelineTags.DeployCompute);
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
2421Assert.Contains(WellKnownPipelineTags.DeployCompute, deployStep.Tags);
Aspire.Hosting.Foundry (6)
HostedAgent\AzureHostedAgentResource.cs (2)
57Tags = [WellKnownPipelineTags.DeployCompute], 73var agentDeployStep = context.GetSteps(this, WellKnownPipelineTags.DeployCompute);
PromptAgent\AzurePromptAgentResource.cs (1)
93Tags = [WellKnownPipelineTags.DeployCompute],
Toolbox\FoundryToolboxResource.cs (3)
89Tags = [WellKnownPipelineTags.DeployCompute], 111var toolboxDeploySteps = context.GetSteps(this, WellKnownPipelineTags.DeployCompute); 116context.GetSteps(referencedResource, WellKnownPipelineTags.DeployCompute));
Aspire.Hosting.Foundry.Tests (4)
ToolboxTests.cs (4)
291Assert.Contains(WellKnownPipelineTags.DeployCompute, step.Tags); 326Assert.Contains(WellKnownPipelineTags.DeployCompute, deploy.Tags); 827Tags = { WellKnownPipelineTags.DeployCompute }, 907Tags = { 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);