3 references to AppendAsset
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
288
assetsCache.
AppendAsset
(hash, asset, item);
Microsoft.NET.Sdk.StaticWebAssets.Tests (2)
StaticWebAssets\DiscoverStaticWebAssetsTest.cs (2)
640
cache.
AppendAsset
("input1", newAsset, newAssetItem);
675
cache.
AppendAsset
("input1", new StaticWebAsset { Identity = newAsset.ItemSpec, RelativePath = "Input1.txt" }, newAsset);