2 references to Tags
Aspire.Hosting.Go (2)
GoHostingExtensions.cs (2)
779
ctx.Args.Add($"-tags={string.Join(",", tagsAnnotation.
Tags
)}");
837
parts.Add($"-tags={ShellQuote(string.Join(",", tagsAnnotation.
Tags
))}");