Skip to content

Commit 9c74276

Browse files
committed
Fix test
1 parent b45e9da commit 9c74276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StaticWebAssetsSdk/Tasks/DefineStaticWebAssets.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public override bool Execute()
395395
}
396396
}
397397
}
398-
398+
399399
private string ComputePropertyValue(ITaskItem element, string metadataName, string propertyValue, bool isRequired = true)
400400
{
401401
if (_overrides.Contains(metadataName))
@@ -512,7 +512,7 @@ private void UpdateAssetKindIfNecessary(
512512
{
513513
case (StaticWebAsset.AssetCopyOptions.Never, StaticWebAsset.AssetCopyOptions.Never):
514514
case (not StaticWebAsset.AssetCopyOptions.Never, not StaticWebAsset.AssetCopyOptions.Never):
515-
var errorMessage = "Two assets found targeting the same path with incompatible asset kinds: " + Environment.NewLine +
515+
var errorMessage = "Two assets found targeting the same path with incompatible asset kinds:" + Environment.NewLine +
516516
"'{0}' with kind '{1}'" + Environment.NewLine +
517517
"'{2}' with kind '{3}'" + Environment.NewLine +
518518
"for path '{4}'";

0 commit comments

Comments
 (0)