This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
71
71
72
72
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
73
73
74
- System.Diagnostics.FileVersionInfo.Tests.csproj does not build on Unix. https://github.com/dotnet/corefx/issues/1610
75
-
76
74
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
77
75
78
76
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679
Original file line number Diff line number Diff line change 92
92
https://github.com/dotnet/corefx/issues/1609
93
93
-->
94
94
<ExcludeProjects Include =" System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj" />
95
- <!--
96
- The OpenSourceSign target complains about System.Diagnostics.FileVersionInfo.TestAssembly.dll not being delay signed.
97
- https://github.com/dotnet/corefx/issues/1610
98
- -->
99
- <ExcludeProjects Include =" System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests.csproj" />
100
95
</ItemGroup >
101
96
102
97
<PropertyGroup Condition =" '$(OsEnvironment)'=='Unix'" >
You can’t perform that action at this time.
0 commit comments