Guest User

Untitled

a guest
Dec 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <clear />
  5. <add key="ServiceA" value="{URL}/nuget/v3/index.json" />
  6. </packageSources>
  7. <packageSourceCredentials>
  8. <ServiceA>
  9. <add key="Username" value="{usermail}" />
  10. <add key="ClearTextPassword" value="{access_token}" />
  11. </ServiceA>
  12. </packageSourceCredentials>
  13. </configuration>
Add Comment
Please, Sign In to add comment