Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do we get the apikey of VSTS nuget package management service

Just installed the nuget package management service from Visual Studio marketplace. I was unable to find the apikey of the service.

Any ideas ?

like image 289
Rıfat Erdem Sahin Avatar asked Oct 30 '22 02:10

Rıfat Erdem Sahin


1 Answers

The NuGet client push command requires an API key, you can use any non-empty string you want.

Related article: Publish a NuGet package from the command line

like image 118
starian chen-MSFT Avatar answered Jan 02 '23 21:01

starian chen-MSFT