Skip to content

Commit bda1f8e

Browse files
authored
Enable tiered compilation for the worker to help the code start (#167)
1 parent 65230ea commit bda1f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Azure.Functions.PowerShellWorker.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFramework>netcoreapp2.2</TargetFramework>
10+
<TieredCompilation>true</TieredCompilation>
1011
<Product>Azure Function PowerShell Language Worker</Product>
1112
<AssemblyName>Microsoft.Azure.Functions.PowerShellWorker</AssemblyName>
1213

0 commit comments

Comments
 (0)