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 c722e15 commit 6b79da9Copy full SHA for 6b79da9
src/WebJobs.Script/Environment/EnvironmentExtensions.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) .NET Foundation. All rights reserved.
+// Copyright (c) .NET Foundation. All rights reserved.
2
// Licensed under the MIT License. See License.txt in the project root for license information.
3
4
using System;
@@ -441,7 +441,7 @@ public static bool IsMultiLanguageRuntimeEnvironment(this IEnvironment environme
441
{
442
if (!isMultiLanguageEnabled.HasValue)
443
444
- isMultiLanguageEnabled = environment.IsLogicApp() && !environment.IsLogicAppCodefulModeEnabled();
+ isMultiLanguageEnabled = environment.IsLogicApp();
445
}
446
return isMultiLanguageEnabled.Value;
447
0 commit comments