We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e7c86 commit 691e096Copy full SHA for 691e096
src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
@@ -6,7 +6,8 @@
6
<RootNamespace>Microsoft.Azure.WebJobs.Script.WebHost</RootNamespace>
7
<PackageId>Microsoft.Azure.WebJobs.Script.WebHost</PackageId>
8
<IsPackable Condition="'$(IsPackable)' != ''">true</IsPackable>
9
- <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
+ <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
10
+ <TieredCompilation>false</TieredCompilation>
11
</PropertyGroup>
12
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
13
<PublishReadyToRun>true</PublishReadyToRun>
0 commit comments