nuget.exe can't be found

2023-06-27  本文已影响0人  做一只有趣的芦苇

Sometimes when the scripts you want to run need nuget.exe and it indicates can't find it, but actually you are 100 percentage sure you already install it but you have no idea where it is, you can use below command in powershell and the path to system environment variables

Get-Command nuget.exe | Format-Table -AutoSize

image.png
上一篇 下一篇

猜你喜欢

热点阅读