...
With your directory structure set up according to the above instructions, all that’s left to do is run the following command from within the
artifacts
folder.nuget push -Source ProjectDSD-CIVAV-Support-Feed -ApiKey az .\AjaxControlToolkit.3.5.40412.nupkg
...
You will be prompted to log into Azure DevOps including approving the 2FA request, if applicable.
...
Troubleshooting Notes
Credentials Pop-Up
If you are not being prompted to enter your credentials for Azure DevOps, you may need to add the following path to your PATH environment variable.
C:\Users\khourip\.nuget\plugins\netcore\CredentialProvider.Microsoft
substituting your user folder name.
...
Helpful Links
NuGet CLI push command | Microsoft Docs