Skip to content

Instantly share code, notes, and snippets.

@tonyjoanes
Created February 16, 2016 14:26
Show Gist options
  • Save tonyjoanes/402b4d57fa8a948dde8b to your computer and use it in GitHub Desktop.
Save tonyjoanes/402b4d57fa8a948dde8b to your computer and use it in GitHub Desktop.
Nuget config file to disable source control integration
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment