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

[CargoAuthenticateV0] - Merged generated task to source task #18865

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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