Skip to content

Instantly share code, notes, and snippets.

@Jtorrecilla
Created April 9, 2019 20:44
Show Gist options
  • Select an option

  • Save Jtorrecilla/20e6cfa024286f532b7bd2f705c475b4 to your computer and use it in GitHub Desktop.

Select an option

Save Jtorrecilla/20e6cfa024286f532b7bd2f705c475b4 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8'?>
<configuration>
<packageSources>
<add key='XXX' value='$ARTIFACTS_ENDPOINT' />
</packageSources>
<packageSourceCredentials>
<XXX>
<add key='Username' value='$USER' />
<add key='ClearTextPassword' value='$ACCESS_TOKEN' />
</XXX>
</packageSourceCredentials>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment