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