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
Copy file name to clipboardExpand all lines: Tasks/NuGetAuthenticateV1/Strings/resources.resjson/en-US/resources.resjson
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@
7
7
"loc.input.help.nuGetServiceConnections": "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.",
8
8
"loc.input.label.forceReinstallCredentialProvider": "Reinstall the credential provider even if already installed",
9
9
"loc.input.help.forceReinstallCredentialProvider": "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.",
10
-
"loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/",
10
+
"loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json",
11
11
"loc.input.label.feedUrl": "Azure Artifacts URL",
12
12
"loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.",
13
13
"loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection",
14
14
"loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint",
15
-
"loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.",
15
+
"loc.messages.Error_InvalidFeedUrl": "The provided feed URL '%s' is not a valid Azure DevOps feed URL.",
16
+
"loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and azureDevOpsServiceConnection must be set together.",
17
+
"loc.messages.Error_NuGetWithFeedUrlNotSupported": "Cannot specify both nuGetServiceConnections and feedUrl input parameters.",
18
+
"loc.messages.Error_NuGetWithWIFNotSupported": "Cannot specify both nuGetServiceConnections and azureDevOpsServiceConnection(workloadIdentityServiceConnection) input parameters.",
16
19
"loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection",
17
20
"loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s",
18
-
"loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s."
21
+
"loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s.",
Copy file name to clipboardExpand all lines: Tasks/NuGetAuthenticateV1/task.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
],
14
14
"version": {
15
15
"Major": 1,
16
-
"Minor": 262,
16
+
"Minor": 263,
17
17
"Patch": 0
18
18
},
19
19
"minimumAgentVersion": "2.144.0",
@@ -54,9 +54,13 @@
54
54
},
55
55
"messages": {
56
56
"Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint",
57
-
"Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.",
57
+
"Error_InvalidFeedUrl": "The provided feed URL '%s' is not a valid Azure DevOps feed URL.",
58
+
"Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and azureDevOpsServiceConnection must be set together.",
59
+
"Error_NuGetWithFeedUrlNotSupported": "Cannot specify both nuGetServiceConnections and feedUrl input parameters.",
60
+
"Error_NuGetWithWIFNotSupported": "Cannot specify both nuGetServiceConnections and azureDevOpsServiceConnection(workloadIdentityServiceConnection) input parameters.",
58
61
"FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection",
59
62
"Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s",
60
-
"Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s."
63
+
"Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.",
"helpMarkDown": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/",
20
+
"helpMarkDown": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json",
Copy file name to clipboardExpand all lines: _generated/NuGetAuthenticateV1/Strings/resources.resjson/en-US/resources.resjson
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,12 @@
8
8
"loc.input.label.forceReinstallCredentialProvider": "Reinstall the credential provider even if already installed",
9
9
"loc.input.help.forceReinstallCredentialProvider": "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.",
10
10
"loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint",
11
-
"loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.",
11
+
"loc.messages.Error_InvalidFeedUrl": "The provided feed URL '%s' is not a valid Azure DevOps feed URL.",
12
+
"loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and azureDevOpsServiceConnection must be set together.",
13
+
"loc.messages.Error_NuGetWithFeedUrlNotSupported": "Cannot specify both nuGetServiceConnections and feedUrl input parameters.",
14
+
"loc.messages.Error_NuGetWithWIFNotSupported": "Cannot specify both nuGetServiceConnections and azureDevOpsServiceConnection(workloadIdentityServiceConnection) input parameters.",
12
15
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection",
13
16
"loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s",
14
-
"loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s."
17
+
"loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.",
Copy file name to clipboardExpand all lines: _generated/NuGetAuthenticateV1/task.json
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
],
14
14
"version": {
15
15
"Major": 1,
16
-
"Minor": 262,
16
+
"Minor": 263,
17
17
"Patch": 0
18
18
},
19
19
"minimumAgentVersion": "2.144.0",
@@ -54,14 +54,18 @@
54
54
},
55
55
"messages": {
56
56
"Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint",
57
-
"Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.",
57
+
"Error_InvalidFeedUrl": "The provided feed URL '%s' is not a valid Azure DevOps feed URL.",
58
+
"Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and azureDevOpsServiceConnection must be set together.",
59
+
"Error_NuGetWithFeedUrlNotSupported": "Cannot specify both nuGetServiceConnections and feedUrl input parameters.",
60
+
"Error_NuGetWithWIFNotSupported": "Cannot specify both nuGetServiceConnections and azureDevOpsServiceConnection(workloadIdentityServiceConnection) input parameters.",
58
61
"FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection",
59
62
"Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s",
60
-
"Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s."
63
+
"Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.",
0 commit comments