
Hi,
I'm setting up build automation. When pushing nuget package to devops, I got following error:
I noticed that this is because the credentials I used is not owner of the DevOps project.
I'd like to change the credentials, but how do I reset the credentials and enter the correct one?
Or is it possible to allow none project owner to push the package? My id is already project administrator but still cannot perform the operation.
Thank you.
I found the Session Token Cache location in UserProfile\AppData\Local\MicrosoftCredentialProvider and deleted the .dat file.
I was able to reset the credentials.
But I'm still getting the error even though I put DevOps project owner credentials.
I received an email to manage personal access token. I edit the token and give it full access. But I'm still getting the same error.
what else should I do?