Skip to content

Commit

Permalink
[CargoAuthenticateV0] - Merged generated task to source task (#18865)
Browse files Browse the repository at this point in the history
- Removed generated task
  - Updated task.json
  - Updated task.loc.json
  - Updated make-options.json
  • Loading branch information
DmitriiBobreshev committed Aug 24, 2023
1 parent 35f3f98 commit 8104a8c
Show file tree
Hide file tree
Showing 52 changed files with 50 additions and 2,690 deletions.

This file was deleted.

76 changes: 38 additions & 38 deletions Tasks/CargoAuthenticateV0/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "cargoauthenticate",
"version": "1.0.0",
"description": "Authenticate cargo client.",
"main": "cargoAuthenticateMain.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
},
"keywords": [
"Azure",
"Pipelines",
"Tasks",
"Cargo",
"Rust"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "4.1.0",
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
"azure-pipelines-tasks-packaging-common": "3.214.0",
"base-64": "^0.1.0",
"toml": "^3.0.0",
"utf8": "^2.1.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
"name": "cargoauthenticate",
"version": "1.0.0",
"description": "Authenticate cargo client.",
"main": "cargoAuthenticateMain.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
},
"keywords": [
"Azure",
"Pipelines",
"Tasks",
"Cargo",
"Rust"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "4.1.0",
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
"azure-pipelines-tasks-packaging-common": "3.214.0",
"base-64": "^0.1.0",
"toml": "^3.0.0",
"utf8": "^2.1.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
8 changes: 6 additions & 2 deletions Tasks/CargoAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 225,
"Patch": 1
"Minor": 227,
"Patch": 0
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -39,6 +39,10 @@
"execution": {
"Node10": {
"target": "cargoauthenticatemain.js"
},
"Node16": {
"target": "cargoauthenticatemain.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
8 changes: 6 additions & 2 deletions Tasks/CargoAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 225,
"Patch": 1
"Minor": 227,
"Patch": 0
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -39,6 +39,10 @@
"execution": {
"Node10": {
"target": "cargoauthenticatemain.js"
},
"Node16": {
"target": "cargoauthenticatemain.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
2 changes: 0 additions & 2 deletions _generated/CargoAuthenticateV0.versionmap.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8104a8c

Please sign in to comment.