Skip to content

Commit cff11d6

Browse files
committed
Revert "Backport PR 16576 into M208"
This reverts commit bb57806.
1 parent bb57806 commit cff11d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureFunctionAppV1/deploymentProvider/BuiltInLinuxWebAppDeploymentProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var zipUtility = require('azure-pipelines-tasks-azurermdeploycommon-v3/webdeploy
99

1010
const linuxFunctionStorageSetting: string = '-WEBSITES_ENABLE_APP_SERVICE_STORAGE true';
1111
const linuxFunctionRuntimeSettingName: string = '-FUNCTIONS_WORKER_RUNTIME ';
12-
const premiumPlanRunsFromPackage: string = ' -WEBSITE_RUN_FROM_PACKAGE 1';
12+
const premiumPlanRunsFromPackage: string = ' -WEBSITE_RUN_FROM_PACKAGE true';
1313

1414
const linuxFunctionRuntimeSettingValue = new Map([
1515
[ 'DOCKER|microsoft/azure-functions-dotnet-core2.0:2.0', 'dotnet ' ],

Tasks/AzureFunctionAppV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 208,
21-
"Patch": 1
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 208,
21-
"Patch": 1
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

0 commit comments

Comments
 (0)