You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running paket convert-from-nuget fails with error:
paket convert-from-nuget -v
Paket version 0.6.9.0
Paket failed with:
'//packageSourceCredentials/DaptivBus @ AppVeyor' has an invalid token.
StackTrace:
at MS.Internal.Xml.XPath.QueryBuilder.Build(String query, Boolean allowVar, Boolean allowKey)
at System.Xml.XPath.XPathExpression.Compile(String xpath, IXmlNamespaceResolver nsResolver)
at System.Xml.XPath.XPathNavigator.Select(String xpath)
at System.Xml.XmlNode.SelectNodes(String xpath)
at [email protected](IEnumerable`1& next)
at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl()
at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable`1 source)
at Paket.NuGetConvert.convertNugetsToDepFile(IEnumerable`1 nugetPackagesConfigs)
at Paket.NuGetConvert.ConvertFromNuget(Boolean force, Boolean installAfter, Boolean initAutoRestore)
at [email protected](Unit unitVar)
at <StartupCode$paket>.$Paket.Program.main@()
Running
paket convert-from-nuget
fails with error:When given the following NuGet.config:
Changing the package source key from
DaptivBus @ AppVeyor
toDaptivBusAtAppVeyor
works around the issue.The text was updated successfully, but these errors were encountered: