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