Command: powershell -NoProfile -ExecutionPolicy Bypass -File "G:\My Drive\phone-operator\builds\build_phoneoperator_v102.ps1"
Directory: projects
Status: FAILED
Exit code: 1
Cancel Job Rerun Command Refresh
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
Get-FileHash : The term 'Get-FileHash' is not recognized as the name of a cmdlet, function, script file, or operable
---
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
Get-FileHash : The term 'Get-FileHash' 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.
---
+ $sha = (Get-FileHash -Algorithm SHA256 $apkLocal).Hash.ToLowerInvaria ...
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : CommandNotFoundException
---
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : CommandNotFoundException
---warning: [options] bootstrap class path not set in conjunction with -source 8
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
Get-FileHash : The term 'Get-FileHash' 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 G:\My Drive\phone-operator\builds\build_phoneoperator_v102.ps1:100 char:9
+ $sha = (Get-FileHash -Algorithm SHA256 $apkLocal).Hash.ToLowerInvaria ...
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : CommandNotFoundException