Skip to content

Commit 1401202

Browse files
Exclude experimental projects from source-build (#54222)
1 parent 472f11c commit 1401202

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/coreclr/.nuget/coreclr-packages.proj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<ProjectReference Include="dotnet-ilverify\dotnet-ilverify.pkgproj" />
66
</ItemGroup>
77

8+
<ItemGroup Condition="'$(DotNetBuildFromSource)' != 'true'">
9+
<ProjectReference Include="ILCompiler.Reflection.ReadyToRun.Experimental\ILCompiler.Reflection.ReadyToRun.Experimental.pkgproj" />
10+
</ItemGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="Microsoft.NETCore.TestHost\Microsoft.NETCore.TestHost.proj" />
1014
<ProjectReference Include="Microsoft.NETCore.ILAsm\Microsoft.NETCore.ILAsm.proj" />
1115
<ProjectReference Include="Microsoft.NETCore.ILDAsm\Microsoft.NETCore.ILDAsm.proj" />
12-
<ProjectReference Include="ILCompiler.Reflection.ReadyToRun.Experimental\ILCompiler.Reflection.ReadyToRun.Experimental.pkgproj" />
1316
</ItemGroup>
1417

1518
<Import Project="versioning.targets" />

0 commit comments

Comments
 (0)