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