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