Skip to content
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

Add Username+Password support to MSBuild Task #116

Closed
SimonCropp opened this issue Mar 23, 2014 · 3 comments
Closed

Add Username+Password support to MSBuild Task #116

SimonCropp opened this issue Mar 23, 2014 · 3 comments

Comments

@SimonCropp
Copy link
Contributor

similar to this #21 (comment)

@asbjornu
Copy link
Member

asbjornu commented Jul 9, 2015

Isn't this supported through the use of environmental variables?

@GeertvanHorrik
Copy link
Contributor

That will be difficult if you have multiple accounts for multiple repositories. But to be honest, I only use GitVersion on the server, and then I prefer the command line tool anyway.

For this to work via environmental variables, we need something like GitVersion[RepoName]UserName.

@asbjornu
Copy link
Member

asbjornu commented Jul 9, 2015

With TeamCity, environment variables are per build configuration which is scoped to one VCS (repository) anyway, so within that context, there shouldn't be a problem. But in other contexts, I agree that they probably need some kind of namespacing or other scoping mechanisms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants