Skip to content

Commit d5e70cd

Browse files
committed
Fix build
1 parent 6fcf1c0 commit d5e70cd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssets/GenerateStaticWebAssetEndpointsManifestTest.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,16 +248,6 @@ private StaticWebAssetEndpoint[] CreateEndpoints(StaticWebAsset[] assets)
248248
return StaticWebAssetEndpoint.FromItemGroup(defineStaticWebAssetEndpoints.Endpoints);
249249
}
250250

251-
private TaskItem CreateContentMapping(string pattern, string contentType)
252-
{
253-
return new TaskItem(contentType, new Dictionary<string, string>
254-
{
255-
{ "Pattern", pattern },
256-
{ "Priority", "0" }
257-
});
258-
}
259-
260-
261251
private static StaticWebAsset CreateAsset(
262252
string itemSpec,
263253
string sourceId = "MyApp",

0 commit comments

Comments
 (0)