Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/tests/ilasm/PortablePdb/IlasmPortablePdbTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Include="IlasmPortablePdbTester.cs" />
<Compile Include="IlasmPortablePdbTesterCommon.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/tests/ilverify/ILVerificationTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputPath>$(BaseOutputPathWithConfig)ilverify\</OutputPath>
<CLRTestPriority>1</CLRTestPriority>
<!-- The test uses xunit directly and it fails to find the test assembly for some reason -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DisableProjectBuild Condition="'$(RuntimeFlavor)' != 'coreclr'">true</DisableProjectBuild>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- The test is lengthy as it scans the entire System.Private.CoreLib so that it times out in GC stress runs. -->
<!-- The purpose of the test is functional testing of the R2R reader, not runtime stress testing. -->
Expand Down