Skip to content

Instantly share code, notes, and snippets.

@leomicheloni
Created December 16, 2018 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leomicheloni/650067066cf39b23c44367b17a559a0b to your computer and use it in GitHub Desktop.
Save leomicheloni/650067066cf39b23c44367b17a559a0b to your computer and use it in GitHub Desktop.
nugetconfig
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="ServiceA" value="{URL}/nuget/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<ServiceA>
<add key="Username" value="{usermail}" />
<add key="ClearTextPassword" value="{access_token}" />
</ServiceA>
</packageSourceCredentials>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment