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
