Skip to content

Commit

Permalink
Update minimum agent version and add azure-pipelines-tool-lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
norschel committed Feb 3, 2025
1 parent 5ac7b49 commit 229676b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HyperVServer/HyperVServer/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Minor": 0,
"Patch": 0
},
"minimumAgentVersion": "1.95.1",
"minimumAgentVersion": "2.144.0",
"demands": [ ],
"instanceNameFormat": "Hyper-V Server: $(Action) $(VMName) on $(Computername)",
"inputs": [
Expand Down
3 changes: 2 additions & 1 deletion src/HyperVServer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"dependencies": {
"azure-pipelines-task-lib": "^4.17.3",
"ssh2": "^1.16.0"
"ssh2": "^1.16.0",
"azure-pipelines-tool-lib": "^2.0.0-preview"
},
"scripts": {
"build": "tsc -p ./tsconfig.json && ncc build",
Expand Down

0 comments on commit 229676b

Please sign in to comment.