.Nuget targets not working
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
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
Support Staff 1 Posted by Feodor Fitsner on 19 Jun, 2014 02:42 PM
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 Posted by Rifat Erdem Sah... on 21 Jun, 2014 02:22 PM
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
Rifat Erdem Sahin closed this discussion on 08 Jul, 2014 08:55 AM.