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