You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"helpMarkDown": "[More Information](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Yarn) (Version #{Version}#).\n\nDear Angular and Ember CLI users, please check our [known issues](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Known-Issues)",
7
-
"category": "Utility",
8
-
"author": "Geek Learning",
9
-
"visibility": [
10
-
"Build",
11
-
"Release"
12
-
],
13
-
"version": {
14
-
"Major": 0,
15
-
"Minor": 0,
16
-
"Patch": 0
2
+
"id": "57066373-3f34-492b-941a-d66dd6b079c4",
3
+
"name": "Yarn",
4
+
"friendlyName": "Yarn task",
5
+
"description": "Executes Yarn",
6
+
"helpMarkDown": "[More Information](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Yarn) (Version #{Version}#).\n\nDear Angular and Ember CLI users, please check our [known issues](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Known-Issues)",
7
+
"category": "Utility",
8
+
"author": "Geek Learning",
9
+
"visibility": ["Build", "Release"],
10
+
"version": {
11
+
"Major": 0,
12
+
"Minor": 0,
13
+
"Patch": 0
14
+
},
15
+
"runsOn": ["Agent", "DeploymentGroup"],
16
+
"demands": ["yarn"],
17
+
"minimumAgentVersion": "1.91.0",
18
+
"instanceNameFormat": "Yarn $(Arguments)",
19
+
"groups": [
20
+
{
21
+
"name": "install",
22
+
"displayName": "Install Options",
23
+
"isExpanded": false
17
24
},
18
-
"runsOn": [
19
-
"Agent",
20
-
"DeploymentGroup"
21
-
],
22
-
"demands": [
23
-
"yarn"
24
-
],
25
-
"minimumAgentVersion": "1.91.0",
26
-
"instanceNameFormat": "Yarn $(Arguments)",
27
-
"groups": [
28
-
{
29
-
"name": "install",
30
-
"displayName": "Install Options",
31
-
"isExpanded": false
32
-
},
33
-
{
34
-
"name": "customRegistries",
35
-
"displayName": "Custom registries and authentication",
36
-
"isExpanded": false
37
-
}
38
-
],
39
-
"inputs": [
40
-
{
41
-
"name": "ProjectDirectory",
42
-
"type": "filePath",
43
-
"label": "Project Directory",
44
-
"defaultValue": "",
45
-
"required": false,
46
-
"helpMarkDown": "Source directory"
47
-
},
48
-
{
49
-
"name": "Arguments",
50
-
"type": "string",
51
-
"label": "Arguments",
52
-
"defaultValue": "",
53
-
"required": false,
54
-
"helpMarkDown": "Additionals arguments"
55
-
},
56
-
{
57
-
"name": "ProductionMode",
58
-
"type": "boolean",
59
-
"label": "Production Install",
60
-
"defaultValue": false,
61
-
"required": false,
62
-
"groupName": "install",
63
-
"helpMarkDown": "appends --production argument"
64
-
},
65
-
{
66
-
"groupName": "customRegistries",
67
-
"name": "customRegistry",
68
-
"label": "Registries to use",
69
-
"helpMarkDown": "You can either commit a .npmrc file to your source code repository and set its path here or select a registry from VSTS here.",
70
-
"type": "radio",
71
-
"options": {
72
-
"useNpmrc": "Registries in my .npmrc",
73
-
"useFeed": "Registry I select here"
74
-
},
75
-
"defaultValue": "useNpmrc"
76
-
},
77
-
{
78
-
"groupName": "customRegistries",
79
-
"name": "customFeed",
80
-
"label": "Use packages from this VSTS/TFS registry",
81
-
"helpMarkDown": "Include the selected feed in the generated .npmrc.",
82
-
"type": "pickList",
83
-
"visibleRule": "customRegistry = useFeed",
84
-
"required": true
85
-
},
86
-
{
87
-
"groupName": "customRegistries",
88
-
"name": "customEndpoint",
89
-
"label": "Credentials for registries outside this account/collection",
90
-
"helpMarkDown": "Credentials to use for external registries located in the project's .npmrc. For registries in this account/collection, leave this blank; the build’s credentials are used automatically.",
"NoBuildCredentials": "Could not find build credentials",
123
-
"ServiceEndpointNotDefined": "Couldn't find Service Endpoint, make sure the selected endpoint still exists.",
124
-
"NpmrcNotNpmrc": "The file you selected to authenticate (%s) is not a valid .npmrc file.",
125
-
"ServiceEndpointUrlNotDefined": "Couldn't find Url for Service Endpoint, make sure Service Endpoint is correctly configured.",
126
-
"SavingFile": "Saving file %s",
127
-
"RestoringFile": "Restoring file %s",
128
-
"AddingAuthRegistry": "Adding auth for registry: %s",
129
-
"FoundLocalRegistries": "Found %d registries in this account/collection",
130
-
"AddingLocalCredentials": "Adding credentials for a local registry",
131
-
"AddingEndpointCredentials": "Adding credentials for the %s endpoint",
132
-
"AuthenticatingThisNpmrc": "Adding authentication to the .npmrc file at %s",
133
-
"IgnoringRegistry": "No service endpoints that matched %s were found",
134
-
"ForcePackagingUrl": "Packaging collection url forced to: %s",
135
-
"CheckedInCredentialsOverriden": "Found and overrode credentials for the %s registry in the selected .npmrc file. Remove credentials from the file and store them in an npm Service Endpoint instead (recommended), or remove the npm Authenticate step from your build to use credentials checked into an .npmrc.",
136
-
"NoIndexJsonFile": "No index.json file was found and no files were restored",
137
-
"RevertedChangesToNpmrc" : "Reverted changes made to %s.",
138
-
"NpmrcDoesNotExist" : "The .npmrc file you selected at %s does not currently exist."
69
+
{
70
+
"groupName": "customRegistries",
71
+
"name": "customFeed",
72
+
"label": "Use packages from this VSTS/TFS registry",
73
+
"helpMarkDown": "Include the selected feed in the generated .npmrc.",
74
+
"type": "pickList",
75
+
"visibleRule": "customRegistry = useFeed",
76
+
"required": true
77
+
},
78
+
{
79
+
"groupName": "customRegistries",
80
+
"name": "customEndpoint",
81
+
"label": "Credentials for registries outside this account/collection",
82
+
"helpMarkDown": "Credentials to use for external registries located in the project's .npmrc. For registries in this account/collection, leave this blank; the build’s credentials are used automatically.",
"NoBuildCredentials": "Could not find build credentials",
108
+
"ServiceEndpointNotDefined": "Couldn't find Service Endpoint, make sure the selected endpoint still exists.",
109
+
"NpmrcNotNpmrc": "The file you selected to authenticate (%s) is not a valid .npmrc file.",
110
+
"ServiceEndpointUrlNotDefined": "Couldn't find Url for Service Endpoint, make sure Service Endpoint is correctly configured.",
111
+
"SavingFile": "Saving file %s",
112
+
"RestoringFile": "Restoring file %s",
113
+
"AddingAuthRegistry": "Adding auth for registry: %s",
114
+
"FoundLocalRegistries": "Found %d registries in this account/collection",
115
+
"AddingLocalCredentials": "Adding credentials for a local registry",
116
+
"AddingEndpointCredentials": "Adding credentials for the %s endpoint",
117
+
"AuthenticatingThisNpmrc": "Adding authentication to the .npmrc file at %s",
118
+
"IgnoringRegistry": "No service endpoints that matched %s were found",
119
+
"ForcePackagingUrl": "Packaging collection url forced to: %s",
120
+
"CheckedInCredentialsOverriden": "Found and overrode credentials for the %s registry in the selected .npmrc file. Remove credentials from the file and store them in an npm Service Endpoint instead (recommended), or remove the npm Authenticate step from your build to use credentials checked into an .npmrc.",
121
+
"NoIndexJsonFile": "No index.json file was found and no files were restored",
122
+
"RevertedChangesToNpmrc": "Reverted changes made to %s.",
123
+
"NpmrcDoesNotExist": "The .npmrc file you selected at %s does not currently exist."
0 commit comments