Skip to content
代码片段 群组 项目
提交 c9505a29 编辑于 作者: Kevin Pilch's avatar Kevin Pilch 提交者: Kevin Pilch
浏览文件

Remove test workaround for fixed issue.

Fixes #11206
上级 834e316f
No related branches found
No related tags found
无相关合并请求
...@@ -34,9 +34,6 @@ namespace Microsoft.AspNetCore ...@@ -34,9 +34,6 @@ namespace Microsoft.AspNetCore
IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories); IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories);
Assert.NotEmpty(dlls); Assert.NotEmpty(dlls);
// Workaround https://github.com/aspnet/AspNetCore/issues/11206
dlls = dlls.Where(d => !d.Contains("System.IO.Pipelines"));
Assert.All(dlls, path => Assert.All(dlls, path =>
{ {
var assemblyName = AssemblyName.GetAssemblyName(path); var assemblyName = AssemblyName.GetAssemblyName(path);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册