Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tasks/NuGetAuthenticateV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 1,
"Minor": 263,
"Patch": 4
"Patch": 6
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "NuGet Authenticate",
Expand Down
22 changes: 11 additions & 11 deletions Tasks/NuGetAuthenticateV1/taskJsonOverride.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"inputs": [
{
"name": "nuGetServiceConnections",
"type": "connectedService:ExternalNuGetFeed",
"label": "Service connection credentials for feeds outside this organization",
"required": false,
"helpMarkDown": "Comma-separated list of NuGet service connection names for feeds outside this organization/collection. For feeds in this organization/collection, leave this blank; the build’s credentials are used automatically.",
"properties": {
"EditableOptions": "False",
"MultiSelectFlatList": "True"
}
},
{
"name": "workloadIdentityServiceConnection",
"aliases": ["azureDevOpsServiceConnection"],
Expand Down Expand Up @@ -28,17 +39,6 @@
"label": "Reinstall the credential provider even if already installed",
"defaultValue": "false",
"helpMarkDown": "If the credential provider is already installed in the user profile, determines if it is overwritten with the task-provided credential provider. This may upgrade (or potentially downgrade) the credential provider."
},
{
"name": "nuGetServiceConnections",
"type": "connectedService:ExternalNuGetFeed",
"label": "Service connection credentials for feeds outside this organization",
"required": false,
"helpMarkDown": "Comma-separated list of NuGet service connection names for feeds outside this organization/collection. For feeds in this organization/collection, leave this blank; the build’s credentials are used automatically.",
"properties": {
"EditableOptions": "False",
"MultiSelectFlatList": "True"
}
}
]
}
22 changes: 11 additions & 11 deletions Tasks/NuGetAuthenticateV1/taskJsonOverride.loc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"inputs": [
{
"name": "nuGetServiceConnections",
"type": "connectedService:ExternalNuGetFeed",
"label": "ms-resource:loc.input.label.nuGetServiceConnections",
"required": false,
"helpMarkDown": "ms-resource:loc.input.help.nuGetServiceConnections",
"properties": {
"EditableOptions": "False",
"MultiSelectFlatList": "True"
}
},
{
"name": "workloadIdentityServiceConnection",
"aliases": ["azureDevOpsServiceConnection"],
Expand Down Expand Up @@ -28,17 +39,6 @@
"label": "ms-resource:loc.input.label.forceReinstallCredentialProvider",
"defaultValue": "false",
"helpMarkDown": "ms-resource:loc.input.help.forceReinstallCredentialProvider"
},
{
"name": "nuGetServiceConnections",
"type": "connectedService:ExternalNuGetFeed",
"label": "ms-resource:loc.input.label.nuGetServiceConnections",
"required": false,
"helpMarkDown": "ms-resource:loc.input.help.nuGetServiceConnections",
"properties": {
"EditableOptions": "False",
"MultiSelectFlatList": "True"
}
}
]
}