I have install and repair dotnet sdk 1.1 and dotnet sdk 2.0 preview with visual studio preview, Now when I type any command CLI, I have no result.
PS C:\Codes\Anna\src\Web\test> dotnet new
PS C:\Codes\Anna\src\Web\test>
I have test to run with administrator but this not working.
Or with this command
PS C:\Codes\Anna\src\Web\test> dotnet --info
PS C:\Codes\Anna\src\Web\test>
My path is :
PS C:\Windows\system32> (get-command dotnet).Path
C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.1\dotnet.exe