3 references to Type
Microsoft.DotNet.Build.Tasks.Installers (3)
src\BuildFPMToolPreReqs.cs (3)
110str = str.Replace("{LICENSE_NAME}", configJson.License.Type); 111str = str.Replace("{LICENSE_NAME}", configJson.License.Type); 225parameters.Add(string.Concat("--license ", EscapeArg(configJson.License.Type)));