.Nuget targets not working

Rifat Erdem Sahin's Avatar

Rifat Erdem Sahin

19 Jun, 2014 09:45 AM

I get the error

C:\projects\broker-btcturk.nuget\NuGet.targets(92,5): error : The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.

I did create this file with visual studio.

thanks

  1. Support Staff 1 Posted by Feodor Fitsner on 19 Jun, 2014 02:42 PM

    Feodor Fitsner's Avatar

    If there is encrypted password it won't work on a different machine as it's encoded with a key from stored on you dev machine. You could replace it with clear text password or configure a new environment variable in AppVeyor and then use "nuget" command to update feed credentials.

    - Feodor

  2. 2 Posted by Rifat Erdem Sah... on 21 Jun, 2014 02:22 PM

    Rifat Erdem Sahin's Avatar

    thank u . We solved it.

    when we included the password as ClearTextPasword* it works 3 times faster than sending with cmd. Now we install the packages much faster

    *it is a tag in nuget

  3. Rifat Erdem Sahin closed this discussion on 08 Jul, 2014 08:55 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac