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/NpmAuthenticateV0/Strings/resources.resjson/en-US/resources.resjson
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@
4
4
"loc.description": "Don't use this task if you're also using the npm task. Provides npm credentials to an .npmrc file in your repository for the scope of the build. This enables npm task runners like gulp and Grunt to authenticate with private registries.",
"loc.input.label.workingFile": ".npmrc file to authenticate",
7
-
"loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\".",
7
+
"loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.",
8
8
"loc.input.label.customEndpoint": "Credentials for registries outside this organization/collection",
9
9
"loc.input.help.customEndpoint": "Credentials to use for external registries located in the project's .npmrc. For registries in this organization/collection, leave this blank; the build’s credentials are used automatically.",
10
+
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
11
+
"loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.",
12
+
"loc.input.label.feedUrl": "Azure Artifacts URL",
13
+
"loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/",
"loc.messages.NoBuildCredentials": "Could not find build credentials",
12
16
"loc.messages.ServiceEndpointNotDefined": "Couldn't find the service connection. Make sure the selected service connection still exists.",
@@ -19,12 +23,19 @@
19
23
"loc.messages.AddingLocalCredentials": "Adding credentials for a local registry",
20
24
"loc.messages.AddingEndpointCredentials": "Adding credentials for the %s service connection",
21
25
"loc.messages.AuthenticatingThisNpmrc": "Adding authentication to the .npmrc file at %s",
22
-
"loc.messages.IgnoringRegistry": "No service connections that matched %s were found",
26
+
"loc.messages.IgnoringRegistry": "No new service connections that matched %s were found",
23
27
"loc.messages.ForcePackagingUrl": "Packaging collection URL forced to: %s",
24
28
"loc.messages.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 connection instead (recommended), or remove the npm Authenticate task from your build to use credentials checked into an .npmrc.",
25
29
"loc.messages.NoIndexJsonFile": "No index.json file was found and no files were restored",
26
30
"loc.messages.RevertedChangesToNpmrc": "Reverted changes made to %s.",
27
31
"loc.messages.NpmrcDoesNotExist": "The .npmrc file you selected at %s does not currently exist.",
0 commit comments