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