Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 11, 2023 14:48
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 bjoerntx/be250248547a8c6fcd73178e6f48de63 to your computer and use it in GitHub Desktop.
Save bjoerntx/be250248547a8c6fcd73178e6f48de63 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="MyPackages" value="https://pkgs.dev.azure.com/textcontrol/Test/_packaging/MyPackages/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<MyPackages>
<add key="Username" value="123" />
<add key="ClearTextPassword" value="PersonalAccessToken" />
</MyPackages>
</packageSourceCredentials>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment