2 references to DeploymentImageTagCallbackAnnotation
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
746
return builder.WithAnnotation(new
DeploymentImageTagCallbackAnnotation
(callback));
Aspire.Hosting.Azure (1)
AzureDeployingContext.cs (1)
180
resource.Annotations.Add(new
DeploymentImageTagCallbackAnnotation
(_ => deploymentTag));