4 references to ConfigJsonFile
Microsoft.DotNet.Build.Tasks.Installers (4)
src\BuildFPMToolPreReqs.cs (4)
37if (!File.Exists(ConfigJsonFile)) 39throw new FileNotFoundException($"Expected file {ConfigJsonFile} was not found."); 43TextReader projectFileReader = File.OpenText(ConfigJsonFile); 59throw new IOException($"Could not open the file {ConfigJsonFile} for reading.");