We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65230ea commit bda1f8eCopy full SHA for bda1f8e
src/Microsoft.Azure.Functions.PowerShellWorker.csproj
@@ -7,6 +7,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
7
<PropertyGroup>
8
<OutputType>Exe</OutputType>
9
<TargetFramework>netcoreapp2.2</TargetFramework>
10
+ <TieredCompilation>true</TieredCompilation>
11
<Product>Azure Function PowerShell Language Worker</Product>
12
<AssemblyName>Microsoft.Azure.Functions.PowerShellWorker</AssemblyName>
13
0 commit comments