Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix CG Bug For AzureFunctionAppOnV1, V2
  • Loading branch information
v-dmerugu committed Dec 8, 2025
commit 6271cfa7c19d4ffe32a9cbcea543958495537bbb
7 changes: 4 additions & 3 deletions Tasks/AzureFunctionAppV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Tasks/AzureFunctionAppV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"typescript": "5.1.6"
},
"overrides": {
"form-data": "^4.0.4"
"form-data": "^4.0.4",
"validator": "13.15.23"
}
}
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 266,
"Minor": 267,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 266,
"Minor": 267,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
7 changes: 4 additions & 3 deletions Tasks/AzureFunctionAppV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Tasks/AzureFunctionAppV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"typescript": "5.1.6"
},
"overrides": {
"form-data": "^4.0.4"
"form-data": "^4.0.4",
"validator": "13.15.23"
}
}
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 266,
"Minor": 267,
"Patch": 0
},
"releaseNotes": "What's new in version 2.* <br /> Removed WAR Deploy Support, setting Web.Config options, and the option for the Startup command for Linux Azure Function Apps.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFunctionAppV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 266,
"Minor": 267,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down