-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BUG] NuGet releases from Azure DevOps server are labeled as being done by nbachicha #39
Comments
This is odd. It works appropriately for me. I uploaded the first Gulliver and sure enough it shows me Likewise on Arcus, I think you, @ahsteele , released 2.1.0 and it has you marked as @nicksterx @ahsteele , did you get the nuget artifacts from the server, or did @nicksterx send them to you? Might there be some sort of signing going on with the download from ados that is tacking on the current user's name? |
Did it deploy it automatically from azure? If it did then it could be because I generated the API Key. We should have you or @rheone Generate the key so your names can be attached. This detail is only visible if you are logged into the project, if you are not logged in this is what you see: Which is what I see for projects I am not apart of but logged in for: |
@rheone or @ahsteele go to https://www.nuget.org/account/apikeys and generate a new key to send to me and I will update the release pipeline. |
I did the deploy from Azure. |
Modified the release to use the org token. This should be resolved now. |
Anyway to have it be user specific based on who is actually pressing the deploy button? |
Describe the bug
Releases from Azure DevOps server are shown as being done by nbachicha even when he didn't do anything.
Expected behavior
This should be labeled w/ either my username or a general one, but definitely not Nick's:
Example of how to Reproduce
Do a release for context see my most recent release from Azure DevOps: https://dev.azure.com/sandianationallabs/Gulliver/_releaseProgress?_a=release-pipeline-progress&releaseId=1
The text was updated successfully, but these errors were encountered: