Skip to content

Commit 40780fd

Browse files
authored
Azure App Service Settings task does not overwrite values as expected (#15387)
* 14743#Azure App Service Settings task does not overwrite values as expected PR-1 * 14743#Updated AzureAppname * 14743#AzureAppServiceSettingsV1Vesron updated
1 parent 5ece756 commit 40780fd

File tree

4 files changed

+56
-55
lines changed

4 files changed

+56
-55
lines changed

Tasks/AzureAppServiceSettingsV1/package-lock.json

+53-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppServiceSettingsV1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"@types/uuid": "^8.3.0",
24-
"azure-pipelines-tasks-azurermdeploycommon": "^2.0.4",
24+
"azure-pipelines-tasks-azurermdeploycommon": "^2.1.1",
2525
"moment": "2.21.0",
2626
"q": "1.4.1",
2727
"xml2js": "0.4.13"

Tasks/AzureAppServiceSettingsV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 187,
20+
"Minor": 194,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureAppServiceSettingsV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 187,
20+
"Minor": 194,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)