Skip to content

Commit c79806a

Browse files
sudha7562triptijain2112mpodriezov
authored
Migrating VsTestPlatformInstaller Task to Node10 (#16951)
* Migrating VsTestPlatformInstaller Task to Node10 * updating the version according to current sprint * Reverted global package-lock.json * updated version to current sprint for task.json Co-authored-by: triptijain2112 <[email protected]> Co-authored-by: Max Podriezov <[email protected]>
1 parent ff65ee0 commit c79806a

File tree

7 files changed

+448
-34
lines changed

7 files changed

+448
-34
lines changed

Tasks/VsTestPlatformToolInstallerV1/Tests/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/VsTestPlatformToolInstallerV1/Tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2626
"devDependencies": {
27-
"@types/mocha": "^5.2.0"
27+
"@types/mocha": "^5.2.7"
2828
}
2929
}

Tasks/VsTestPlatformToolInstallerV1/package-lock.json

Lines changed: 427 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/VsTestPlatformToolInstallerV1/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@
2525
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2626
"dependencies": {
2727
"performance-now": "0.2.0",
28-
"azure-pipelines-task-lib": "2.8.0",
28+
"azure-pipelines-task-lib": "^3.1.7",
2929
"vsts-task-tool-lib": "0.4.1",
30-
"@types/node": "^6.0.101",
30+
"@types/node": "^10.17.0",
31+
"@types/mocha": "^5.2.7",
32+
"@types/uuid": "^8.3.0",
3133
"@types/q": "^1.5.0"
34+
},
35+
"devDependencies": {
36+
"typescript": "4.0.2"
3237
}
3338
}

Tasks/VsTestPlatformToolInstallerV1/task.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"Agent",
1111
"DeploymentGroup"
1212
],
13-
"minimumAgentVersion": "2.103.0",
13+
"minimumAgentVersion": "2.144.0",
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 151,
18-
"Patch": 3
17+
"Minor": 212,
18+
"Patch": 0
1919
},
2020
"satisfies": [
2121
"VsTest"
@@ -106,7 +106,7 @@
106106
}
107107
],
108108
"execution": {
109-
"Node": {
109+
"Node10": {
110110
"target": "vstestplatformtoolinstaller.js",
111111
"argumentFormat": ""
112112
}
@@ -135,4 +135,4 @@
135135
"ExpectedTempToBeSet": "Expected Agent.TempDirectory to be set.",
136136
"ParsedVersion": "Parsed the version of the Microsoft.Testplatform package to be %s from the file name. Please ensure that the file name is the same as when the .nupkg file is downloaded from the official nuget feed."
137137
}
138-
}
138+
}

Tasks/VsTestPlatformToolInstallerV1/task.loc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"Agent",
1111
"DeploymentGroup"
1212
],
13-
"minimumAgentVersion": "2.103.0",
13+
"minimumAgentVersion": "2.144.0",
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 151,
18-
"Patch": 3
17+
"Minor": 212,
18+
"Patch": 0
1919
},
2020
"satisfies": [
2121
"VsTest"
@@ -106,7 +106,7 @@
106106
}
107107
],
108108
"execution": {
109-
"Node": {
109+
"Node10": {
110110
"target": "vstestplatformtoolinstaller.js",
111111
"argumentFormat": ""
112112
}
@@ -135,4 +135,4 @@
135135
"ExpectedTempToBeSet": "ms-resource:loc.messages.ExpectedTempToBeSet",
136136
"ParsedVersion": "ms-resource:loc.messages.ParsedVersion"
137137
}
138-
}
138+
}

Tasks/VsTestPlatformToolInstallerV1/typings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)