5 references to TargetPropsFilePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
GenerateStaticWebAssetsPropsFile.cs (5)
163
var targetPropsAbsoluteFilePath = string.IsNullOrWhiteSpace(
TargetPropsFilePath
) ?
TargetPropsFilePath
: TaskEnvironment.GetAbsolutePath(
TargetPropsFilePath
).Value;
170
Log.LogMessage(MessageImportance.Low, $"Creating file '{
TargetPropsFilePath
}' does not exist.");
175
Log.LogMessage(MessageImportance.Low, $"Updating '{
TargetPropsFilePath
}' file because the hash '{dataHash}' is different from existing file hash '{existingFileHash}'.");