Skip to content

Commit 691e096

Browse files
committed
turning off TieredCompilation
1 parent 42e7c86 commit 691e096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<RootNamespace>Microsoft.Azure.WebJobs.Script.WebHost</RootNamespace>
77
<PackageId>Microsoft.Azure.WebJobs.Script.WebHost</PackageId>
88
<IsPackable Condition="'$(IsPackable)' != ''">true</IsPackable>
9-
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
9+
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
10+
<TieredCompilation>false</TieredCompilation>
1011
</PropertyGroup>
1112
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
1213
<PublishReadyToRun>true</PublishReadyToRun>

0 commit comments

Comments
 (0)