1 write to ResolvedOutputPath
Microsoft.DotNet.Build.Tasks.Templating (1)
GenerateFileFromTemplate.cs (1)
69
ResolvedOutputPath
= Path.GetFullPath(OutputPath.Replace('\\', '/'));
4 references to ResolvedOutputPath
Microsoft.DotNet.Build.Tasks.Templating (4)
GenerateFileFromTemplate.cs (4)
86
if (SkipUnchanged && FileContentsMatch(
ResolvedOutputPath
, resultBytes))
88
Log.LogMessage(MessageImportance.Low, $"Skipping unchanged file {
ResolvedOutputPath
}");
92
string directory = Path.GetDirectoryName(
ResolvedOutputPath
);
98
File.WriteAllBytes(
ResolvedOutputPath
, resultBytes);