2 references to DeploymentImageTagCallbackAnnotation
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (1)
924return builder.WithAnnotation(new DeploymentImageTagCallbackAnnotation(callback));
Pipelines\DistributedApplicationPipeline.cs (1)
119resource.Annotations.Add(new DeploymentImageTagCallbackAnnotation(_ => uniqueDeployTag));