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

Specify Nuget config to avoid accessing private NuGet repo #937

Merged
merged 2 commits into from
May 4, 2015

Conversation

andrewchaa
Copy link

When I ran build.cmd, I encountered the shell asking for my id and password to access the corporate nuget repo. It's sensitive information and you wound't want to type in your passwords if you don't trust the script 100%.
It happened because NuGet.exe install used the default NuGet.Config in %appdata%\Nuget. By specifying the given nuget.config in \src.nuget, we can avoid this issue.

@annymsMthd
Copy link
Contributor

Looks good to me. That build failure is one of our problem tests. We have a fix for that in another PR.

@andrewchaa
Copy link
Author

Thanks for the comment.

annymsMthd added a commit that referenced this pull request May 4, 2015
Specify Nuget config to avoid accessing private NuGet repo
@annymsMthd annymsMthd merged commit 09fe618 into akkadotnet:dev May 4, 2015
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

Successfully merging this pull request may close these issues.

3 participants