Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use username and password from nuget.config when converting from nuget #185

Closed
agross opened this issue Sep 29, 2014 · 1 comment
Closed

Comments

@agross
Copy link
Contributor

agross commented Sep 29, 2014

I'm trying to convert-from-nuget where the nuget authentication is stored in nuget.config (next to the sln). Paket will remove that information when running the conversion and fail.

nuget.config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <config>
    <add key="repositoryPath" value="..\..\..\tmp\packages" />
  </config>
  <packageSources>
    <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
    <add key="TeamCity" value="http://teamcity/httpAuth/app/nuget/v1/FeedService.svc/" />
  </packageSources>
  <packageSourceCredentials>
    <TeamCity>
      <add key="Username" value="somebody" />
      <add key="ClearTextPassword" value="secret" />
    </TeamCity>
  </packageSourceCredentials>
</configuration>
@forki
Copy link
Member

forki commented Sep 29, 2014

/cc @theimowski

wow this gets really sophisticated ;-)

@forki forki closed this as completed Sep 29, 2014
forki added a commit that referenced this issue Aug 17, 2015
Fix build exe path which includes whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants