Skip to content

Commit 2b25b3d

Browse files
authored
Disable AppHost in ILVerify (#1909)
This should reduce prebuilts.
1 parent 29b9325 commit 2b25b3d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From c9a10118eb61bf8f3a24375af2d9c54dcd90446a Mon Sep 17 00:00:00 2001
2+
From: Omair Majid <[email protected]>
3+
Date: Fri, 20 Nov 2020 17:41:59 -0500
4+
Subject: [PATCH] WIP: disable apphost in ILVerify
5+
6+
It doesn't appear to be needed and ends up as a prebuilt for
7+
source-build.
8+
---
9+
src/coreclr/src/tools/ILVerify/ILVerify.csproj | 1 +
10+
1 file changed, 1 insertion(+)
11+
12+
diff --git a/src/coreclr/src/tools/ILVerify/ILVerify.csproj b/src/coreclr/src/tools/ILVerify/ILVerify.csproj
13+
index aeb5b5d8605..a84288247c3 100644
14+
--- a/src/coreclr/src/tools/ILVerify/ILVerify.csproj
15+
+++ b/src/coreclr/src/tools/ILVerify/ILVerify.csproj
16+
@@ -3,6 +3,7 @@
17+
<OutputType>Exe</OutputType>
18+
<TargetFramework>netcoreapp3.1</TargetFramework>
19+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
20+
+ <UseAppHost>false</UseAppHost>
21+
<RollForward>Major</RollForward>
22+
</PropertyGroup>
23+
24+
--
25+
2.26.2
26+

0 commit comments

Comments
 (0)