-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to register Azure DevOps feed using Register-PSRepository #486
Comments
I've encountered the same issue when trying to publish a powershell module to an azure devops feed.
@stuartluscombe did you ever find a solution to this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PackageManagement: 1.4.6
PowerShellGet: 2.2.3
PowerShell: 5.1
When trying to register an Azure DevOps artifact feed as a PowerShell repository as per the guide at https://docs.microsoft.com/en-us/azure/devops/artifacts/tutorials/private-powershell-library?view=azure-devops I keep getting errors during the registration.
Steps to reproduce:
Publish a PowerShell module to an Azure Artifact feed
Create a PAT with READ access only
Create a PSCredential object with your Azure DevOps e-mail and the PAT as username/password.
Try to register the feed using an elevated terminal
The text was updated successfully, but these errors were encountered: