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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
By default, the "Build Service" user only gets "Collaborator" role when a new Artifact feed is created in Azure DevOps. This role is insufficient for publishing artifacts. At minimum, the "Contributor" role is required to publish Artifacts.
Pipeline fails at "Publish artifacts to NPM registry" stage.
Can the documentation be updated to include the following steps prior to running the "Quick Build Deploy" pipeline:
Click the "Settings" icon of Artifact Feed
Click the "Permissions" tab
Check the Role of the Build Service user. The format of the user name is [Project Name] Build Service ([org name]) e.g. "My DevOps Project Build Service (mydevopsorg)"
If the role is "Reader" or "Collaborator", click the "Add users/groups" button
Find the Build Service user and update the Role to "Contributor"
Click "Save"
The text was updated successfully, but these errors were encountered:
By default, the "Build Service" user only gets "Collaborator" role when a new Artifact feed is created in Azure DevOps. This role is insufficient for publishing artifacts. At minimum, the "Contributor" role is required to publish Artifacts.
Steps to replicate:
Expected Results:
Actual Results:
Can the documentation be updated to include the following steps prior to running the "Quick Build Deploy" pipeline:
The text was updated successfully, but these errors were encountered: