Job 1788117349836

Command: powershell -NoProfile -ExecutionPolicy Bypass -File "G:\My Drive\ChatGPT Bridge Data\fast-commands\pc_gradle_apk_same_pipeline.ps1"
Directory: projects
Status: FAILED
Exit code: 1

Cancel Job Rerun Command Refresh

Error Summary

+   $sha = if (Test-Path $apk) { (Get-FileHash -Algorithm SHA256 $apk). ...
+                                 ~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : CommandNotFoundException
 
---
+                                 ~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : CommandNotFoundException
 
---
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\ChatGPT Bridge Data\fast-commands\pc_gradle_apk_same_pipeline.ps1:143 char:33
+   $sha = if (Test-Path $apk) { (Get-FileHash -Algorithm SHA256 $apk). ...
+                                 ~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-FileHash:String) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : CommandNotFoundException