Skip to content

Commit

Permalink
Add the ability to distinguish the source of task issues. (#19466)
Browse files Browse the repository at this point in the history
* Added the ability to distinguish issues between internal issues and customer script issues for script tasks.
  • Loading branch information
DenisNikulin5 authored Mar 1, 2024
1 parent 9d70f0d commit 5ae9c6f
Show file tree
Hide file tree
Showing 259 changed files with 10,974 additions and 10,977 deletions.
324 changes: 110 additions & 214 deletions Tasks/AzureCLIV1/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.1.0"
"azure-pipelines-task-lib": "^4.10.0"
},
"devDependencies": {
"typescript": "5.1.6"
Expand Down
324 changes: 110 additions & 214 deletions Tasks/AzureCLIV1/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.1.0"
"azure-pipelines-task-lib": "^4.10.0"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 225,
"Minor": 236,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureCLIV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 225,
"Minor": 236,
"Patch": 0
},
"minimumAgentVersion": "2.0.0",
Expand Down
Loading

0 comments on commit 5ae9c6f

Please sign in to comment.