Skip to content

Commit 1df90bf

Browse files
authored
Use latest azure-pipelines-tasks-webdeployment-common for pipeline tasks (#20223)
* Use latest azure-pipelines-tasks-webdeployment-common * Fixed for PR checks failures * PR review comment changes
1 parent 3bc744e commit 1df90bf

File tree

135 files changed

+972
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+972
-944
lines changed

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node20/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.242.0",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"moment": "2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",

Tasks/AzureFunctionAppContainerV1/package-lock.json

Lines changed: 45 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionAppContainerV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.242.0",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"moment": "2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",

Tasks/AzureFunctionAppContainerV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 243,
21-
"Patch": 4
20+
"Minor": 244,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppContainerV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 243,
21-
"Patch": 4
20+
"Minor": 244,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppV1/_buildConfigs/Node20/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionAppV1/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "^4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.242.0",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.3",
3030
"q": "1.4.1",

Tasks/AzureFunctionAppV1/package-lock.json

Lines changed: 45 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionAppV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "^4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.242.0",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.3",
3030
"q": "1.4.1",

0 commit comments

Comments
 (0)