In helpers.ps1 it checks for the existence of Get-FileHash and if it doesn't exist then it provides a polyfill. Get-Command : The term 'get-filehash' is not recognized as the name of a cmdlet, ...
I'm trying to compute a file hash via powershell script when csproj post build event fired, and, I got an error, at step MSBuild. Get-FileHash supposed to working in powershell file, but it's not. By ...