Skip to content

Add config wizard changes to support private repositories on Appveyor #927

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

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

bigjonroberts
Copy link

@bigjonroberts bigjonroberts commented Jul 7, 2016

This is to resolve #869
I checked the docs for this. They look OK as-is for this change.

@Philo also expressed some interest in documenting this use case of /nofetch command-line option under this PR

}

void GenerateNuGetConfig(string workingDirectory)
{
WriteConfig(workingDirectory, FileSystem, @"install:
WriteConfig(workingDirectory, FileSystem, String.Format(@"install:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use string interpolation here instead just as an FYI.

@JakeGinnivan
Copy link
Contributor

Nice, thanks :)

@JakeGinnivan JakeGinnivan merged commit eca9c2b into GitTools:master Jul 9, 2016
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.

GitVersion init settings for private github repos with Appveyor
2 participants