-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NuGetV0] - Merged generated task to source task (#18964)
- Removed generated task - Updated task.json - Updated task.loc.json - Updated make-options.json Co-authored-by: Kirill Ivlev <[email protected]>
- Loading branch information
1 parent
3eb1dc1
commit 08582e0
Showing
54 changed files
with
48 additions
and
3,905 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
Tasks/NuGetV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
_generated/NuGetV0/Strings/resources.resjson/de-DE/resources.resjson
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
_generated/NuGetV0/Strings/resources.resjson/en-US/resources.resjson
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
_generated/NuGetV0/Strings/resources.resjson/es-ES/resources.resjson
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.