ODataUtils
ODataUtils copied to clipboard
Cannot build due to missing command 'dotnet'
I was trying to build from sources to see why I was getting an error I wanted to debug. I'm using Windows 10 w/ $PSVersionTable
Name Value
PSVersion 5.1.14393.206 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14393.206 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The build script fails - what is the alias 'dotnet' for?
dotnet : The term 'dotnet' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\git\ODataUtils\build.ps1:5 char:1
+ dotnet restore
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (dotnet:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException