Skip to content

Commit 6147080

Browse files
[NuGetAuthenticateV0] - Merged generated task to source task (#19167)
- Removed generated task - Updated task.json - Updated task.loc.json - Updated make-options.json
1 parent cfc525f commit 6147080

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+43
-1855
lines changed

Tasks/NuGetAuthenticateV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "nugetauthenticate",
3-
"version": "1.0.0",
4-
"description": "NuGet Authenticate",
5-
"main": "main.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
12-
},
13-
"keywords": [
14-
"Azure",
15-
"Pipelines",
16-
"Tasks",
17-
"NuGet"
18-
],
19-
"author": "Microsoft Corporation",
20-
"license": "MIT",
21-
"bugs": {
22-
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
23-
},
24-
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
25-
"dependencies": {
26-
"azure-pipelines-tasks-artifacts-common": "2.202.0",
27-
"azure-pipelines-task-lib": "^4.2.0",
28-
"@types/node": "^16.11.39"
29-
},
30-
"devDependencies": {
31-
"typescript": "4.0.2"
32-
}
2+
"name": "nugetauthenticate",
3+
"version": "1.0.0",
4+
"description": "NuGet Authenticate",
5+
"main": "main.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"keywords": [
14+
"Azure",
15+
"Pipelines",
16+
"Tasks",
17+
"NuGet"
18+
],
19+
"author": "Microsoft Corporation",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
23+
},
24+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
25+
"dependencies": {
26+
"azure-pipelines-tasks-artifacts-common": "2.202.0",
27+
"azure-pipelines-task-lib": "^4.2.0",
28+
"@types/node": "^16.11.39"
29+
},
30+
"devDependencies": {
31+
"typescript": "4.0.2"
32+
}
3333
}

Tasks/NuGetAuthenticateV0/task.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 229,
17-
"Patch": 2
16+
"Minor": 230,
17+
"Patch": 0
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-04-22",
@@ -44,6 +44,10 @@
4444
"Node10": {
4545
"target": "main.js",
4646
"argumentFormat": ""
47+
},
48+
"Node16": {
49+
"target": "main.js",
50+
"argumentFormat": ""
4751
}
4852
},
4953
"messages": {}

Tasks/NuGetAuthenticateV0/task.loc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 229,
17-
"Patch": 2
16+
"Minor": 230,
17+
"Patch": 0
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-04-22",
@@ -44,6 +44,10 @@
4444
"Node10": {
4545
"target": "main.js",
4646
"argumentFormat": ""
47+
},
48+
"Node16": {
49+
"target": "main.js",
50+
"argumentFormat": ""
4751
}
4852
},
4953
"messages": {}

_generated/NuGetAuthenticateV0.versionmap.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

_generated/NuGetAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson

Lines changed: 0 additions & 10 deletions
This file was deleted.

_generated/NuGetAuthenticateV0/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 0 additions & 10 deletions
This file was deleted.

_generated/NuGetAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson

Lines changed: 0 additions & 10 deletions
This file was deleted.

_generated/NuGetAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson

Lines changed: 0 additions & 10 deletions
This file was deleted.

_generated/NuGetAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)