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