Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UseNodeV1] Switched to packaging-common from npm (v2.1.0) #15357

7 changes: 0 additions & 7 deletions Tasks/UseNodeV1/make.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"common": [
{
"module": "../Common/packaging-common",
"type": "node",
"compile": true
}
],
"externals": {
"archivePackages": [
{
Expand Down
206 changes: 84 additions & 122 deletions Tasks/UseNodeV1/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/UseNodeV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0",
"azure-pipelines-tool-lib": "^1.0.2",
"packaging-common": "file:../../_build/Tasks/Common/packaging-common-1.0.1.tgz",
"azure-pipelines-tasks-packaging-common": "2.1.0",
"typed-rest-client": "^1.8.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UseNodeV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 193,
"Minor": 195,
"Patch": 0
},
"satisfies": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UseNodeV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 193,
"Minor": 195,
"Patch": 0
},
"satisfies": [
Expand Down