File tree Expand file tree Collapse file tree 4 files changed +58
-32
lines changed
Tasks/MavenAuthenticateV0 Expand file tree Collapse file tree 4 files changed +58
-32
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "homepage" : " https://github.com/Microsoft/azure-pipelines-tasks#readme" ,
1919 "dependencies" : {
20- "@types/node" : " ^10.17.0 " ,
20+ "@types/node" : " ^16.11.39 " ,
2121 "@types/mocha" : " ^5.2.7" ,
2222 "@types/uuid" : " ^8.3.0" ,
2323 "@types/q" : " ^1.5.2" ,
24- "azure-pipelines-tasks-artifacts-common" : " 2.198.1 " ,
25- "azure-pipelines-task-lib" : " ^3.2.0 " ,
24+ "azure-pipelines-tasks-artifacts-common" : " ^2.212.0 " ,
25+ "azure-pipelines-task-lib" : " ^4.0.0-preview " ,
2626 "fs-extra" : " ^0.30.0" ,
2727 "strip-bom" : " ^3.0.0" ,
2828 "xml2js" : " ^0.4.16"
Original file line number Diff line number Diff line change 99 "author" : " Microsoft Corporation" ,
1010 "version" : {
1111 "Major" : 0 ,
12- "Minor" : 210 ,
12+ "Minor" : 213 ,
1313 "Patch" : 0
1414 },
1515 "runsOn" : [
1616 " Agent" ,
1717 " DeploymentGroup"
1818 ],
19- "minimumAgentVersion" : " 2.120 .0" ,
19+ "minimumAgentVersion" : " 2.144 .0" ,
2020 "instanceNameFormat" : " Maven Authenticate" ,
2121 "inputs" : [
2222 {
5252 "execution" : {
5353 "Node10" : {
5454 "target" : " mavenauth.js"
55+ },
56+ "Node16" : {
57+ "target" : " mavenauth.js"
5558 }
5659 },
5760 "postjobexecution" : {
5861 "Node10" : {
5962 "target" : " cleanup.js" ,
6063 "argumentFormat" : " "
64+ },
65+ "Node16" : {
66+ "target" : " cleanup.js" ,
67+ "argumentFormat" : " "
6168 }
6269 },
6370 "messages" : {
Original file line number Diff line number Diff line change 99 "author" : " Microsoft Corporation" ,
1010 "version" : {
1111 "Major" : 0 ,
12- "Minor" : 198 ,
12+ "Minor" : 213 ,
1313 "Patch" : 0
1414 },
1515 "runsOn" : [
1616 " Agent" ,
1717 " DeploymentGroup"
1818 ],
19- "minimumAgentVersion" : " 2.120 .0" ,
19+ "minimumAgentVersion" : " 2.144 .0" ,
2020 "instanceNameFormat" : " ms-resource:loc.instanceNameFormat" ,
2121 "inputs" : [
2222 {
5252 "execution" : {
5353 "Node10" : {
5454 "target" : " mavenauth.js"
55+ },
56+ "Node16" : {
57+ "target" : " mavenauth.js"
5558 }
5659 },
5760 "postjobexecution" : {
5861 "Node10" : {
5962 "target" : " cleanup.js" ,
6063 "argumentFormat" : " "
64+ },
65+ "Node16" : {
66+ "target" : " cleanup.js" ,
67+ "argumentFormat" : " "
6168 }
6269 },
6370 "messages" : {
You can’t perform that action at this time.
0 commit comments