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
"displayName": "Custom registries and authentication",
38
-
"isExpanded": false
26
+
"name": "customRegistries",
27
+
"displayName": "Custom registries and authentication",
28
+
"isExpanded": false
39
29
}
40
-
],
41
-
"inputs": [
30
+
],
31
+
"inputs": [
42
32
{
43
-
"name": "ProjectDirectory",
44
-
"type": "filePath",
45
-
"label": "Project Directory",
46
-
"defaultValue": "",
47
-
"required": false,
48
-
"helpMarkDown": "Source directory"
33
+
"name": "ProjectDirectory",
34
+
"type": "filePath",
35
+
"label": "Project Directory",
36
+
"defaultValue": "",
37
+
"required": false,
38
+
"helpMarkDown": "Source directory"
49
39
},
50
40
{
51
-
"name": "Arguments",
52
-
"type": "string",
53
-
"label": "Arguments",
54
-
"defaultValue": "",
55
-
"required": false,
56
-
"helpMarkDown": "Additionals arguments"
41
+
"name": "Arguments",
42
+
"type": "string",
43
+
"label": "Arguments",
44
+
"defaultValue": "",
45
+
"required": false,
46
+
"helpMarkDown": "Additionals arguments"
57
47
},
58
48
{
59
-
"name": "ProductionMode",
60
-
"type": "boolean",
61
-
"label": "Production Install",
62
-
"defaultValue": false,
63
-
"required": false,
64
-
"groupName": "install",
65
-
"helpMarkDown": "appends --production argument"
49
+
"name": "ProductionMode",
50
+
"type": "boolean",
51
+
"label": "Production Install",
52
+
"defaultValue": false,
53
+
"required": false,
54
+
"groupName": "install",
55
+
"helpMarkDown": "appends --production argument"
66
56
},
67
57
{
68
-
"groupName": "customRegistries",
69
-
"name": "customRegistry",
70
-
"label": "Registries to use",
71
-
"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.",
72
-
"type": "radio",
73
-
"options": {
74
-
"useNpmrc": "Registries in my .npmrc",
75
-
"useFeed": "Registry I select here"
76
-
},
77
-
"defaultValue": "useNpmrc"
58
+
"groupName": "customRegistries",
59
+
"name": "customRegistry",
60
+
"label": "Registries to use",
61
+
"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.",
62
+
"type": "radio",
63
+
"options": {
64
+
"useNpmrc": "Registries in my .npmrc",
65
+
"useFeed": "Registry I select here"
66
+
},
67
+
"defaultValue": "useNpmrc"
78
68
},
79
69
{
80
-
"groupName": "customRegistries",
81
-
"name": "customFeed",
82
-
"label": "Use packages from this VSTS/TFS registry",
83
-
"helpMarkDown": "Include the selected feed in the generated .npmrc.",
84
-
"type": "pickList",
85
-
"visibleRule": "customRegistry = useFeed",
86
-
"required": true
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
87
77
},
88
78
{
89
-
"groupName": "customRegistries",
90
-
"name": "customEndpoint",
91
-
"label": "Credentials for registries outside this account/collection",
92
-
"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.",
93
-
"type": "connectedService:externalnpmregistry",
94
-
"visibleRule": "customRegistry = useNpmrc",
95
-
"properties": {
96
-
"MultiSelectFlatList": "true"
97
-
}
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.",
0 commit comments