I was successful in pushing to the project level but i realized i cant use the same nuget.config file if i have multiple projects so I created a group generated a new Deploy Token and Deploy user name. Now I cant push packages to the group
Can anybody help error message and nuget.config below
Thanks
Madxae
C:\GitLab\DES.Security\DES.Security.Solution\DES.Security\bin\Release>dotnet nuget push DES.Security.1.0.0.nupkg --source DES-Nikola
error: ERROR: This version of nuget.exe does not support updating packages to package source 'DES-Nikola'.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="DES-Nikola" value="https://git.nikolamotor.com/api/v4/groups/12/-/packages/nuget/index.json" />
</packageSources>
<packageSourceCredentials>
<DES-Nikola>
<add key="Username" value="gitlab+deploy-token-32" />
<add key="ClearTextPassword" value="XXXXXXXXXXXXXXXXXXX" />
</DES-Nikola>
</packageSourceCredentials>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<bindingRedirects>
<add key="skip" value="False" />
</bindingRedirects>
<packageManagement>
<add key="format" value="0" />
<add key="disabled" value="False" />
</packageManagement>
</configuration>