Skip to content

Commit

Permalink
[NuGetV0] - Merged generated task to source task (#18964)
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

Co-authored-by: Kirill Ivlev <[email protected]>
  • Loading branch information
DmitriiBobreshev and kirill-ivlev authored Sep 12, 2023
1 parent 3eb1dc1 commit 08582e0
Show file tree
Hide file tree
Showing 54 changed files with 48 additions and 3,905 deletions.

This file was deleted.

679 changes: 0 additions & 679 deletions Tasks/NuGetV0/_buildConfigs/Node16/package-lock.json

This file was deleted.

13 changes: 10 additions & 3 deletions Tasks/NuGetV0/package-lock.json

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

51 changes: 26 additions & 25 deletions Tasks/NuGetV0/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "nuget",
"version": "0.1.3",
"description": "Nuget Build Task",
"main": "nuget.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
},
"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": {
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-packaging-common-v3": "^3.213.0",
"azure-pipelines-tasks-packaging-common": "3.221.1"
},
"devDependencies": {
"typescript": "4.0.2"
}
"name": "nuget",
"version": "0.1.3",
"description": "Nuget Build Task",
"main": "nuget.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
},
"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": {
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-packaging-common-v3": "^3.213.0",
"azure-pipelines-tasks-packaging-common": "3.221.1",
"@types/node": "^16.11.39"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
8 changes: 6 additions & 2 deletions Tasks/NuGetV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"helpMarkDown": "",
"version": {
"Major": 0,
"Minor": 226,
"Patch": 1
"Minor": 228,
"Patch": 0
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -43,6 +43,10 @@
"Node10": {
"target": "nuget.js",
"argumentFormat": ""
},
"Node16": {
"target": "nuget.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
8 changes: 6 additions & 2 deletions Tasks/NuGetV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"version": {
"Major": 0,
"Minor": 226,
"Patch": 1
"Minor": 228,
"Patch": 0
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -43,6 +43,10 @@
"Node10": {
"target": "nuget.js",
"argumentFormat": ""
},
"Node16": {
"target": "nuget.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
2 changes: 0 additions & 2 deletions _generated/NuGetV0.versionmap.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 08582e0

Please sign in to comment.