Skip to content

Instantly share code, notes, and snippets.

@veyselozdemir
Created February 14, 2020 10:58
Show Gist options
  • Save veyselozdemir/0a229d8dcbe8360eb53ceed06bcd1330 to your computer and use it in GitHub Desktop.
Save veyselozdemir/0a229d8dcbe8360eb53ceed06bcd1330 to your computer and use it in GitHub Desktop.
Bypass private nuget feed
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
@veyselozdemir
Copy link
Author

usage

dotnet tool install some-tool --configfile Nuget-OfficialOnly.config 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment