Describe the bug
GITVERSION_REMOTE_PASSWORD environment variable overwrites the Username field instead of setting the password
Expected Behavior
GITVERSION_REMOTE_USERNAME sets the username for authentication.
GITVERSION_REMOTE_PASSWORD sets the password for authentication.
Actual Behavior
GITVERSION_REMOTE_USERNAME sets the username for authentication.
GITVERSION_REMOTE_PASSWORD overwrites the value previously set for username.
Possible Fix
I have submitted a PR with the fix, will attach once this ticket is submitted.
:Edit: Here it is: #2277