3 references to ConfigJsonFile
Microsoft.DotNet.Build.Tasks.Installers (3)
src\BuildFPMToolPreReqs.cs (3)
37if (!File.Exists(ConfigJsonFile)) 39throw new FileNotFoundException($"Expected file {ConfigJsonFile} was not found."); 43string jsonFileText = File.ReadAllText(ConfigJsonFile, Encoding.UTF8);