5 references to BuildTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
StaticWebAssetsGeneratePackagePropsFile.cs (5)
27
var buildTargetPath = string.IsNullOrWhiteSpace(
BuildTargetPath
) ?
BuildTargetPath
: TaskEnvironment.GetAbsolutePath(
BuildTargetPath
).Value;
70
Log.LogMessage(MessageImportance.Low, $"Creating file '{
BuildTargetPath
}' because it does not exist.");
75
Log.LogMessage(MessageImportance.Low, $"Updating '{
BuildTargetPath
}' file because the hash '{dataHash}' is different from existing file hash '{existingFileHash}'.");