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