Created
June 3, 2020 20:44
-
-
Save MarkEWaite/cf6ee2d9d77b2e1c9ca480a791f55826 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| powershell.exe : Get-ChildItem : Cannot find path 'C:\home\jenkins\agent\workspace\core_package_master\release\msi\build\bin\' because | |
| At C:\home\jenkins\agent\workspace\core_package_master\release@tmp\durable-f1094d8b\powershellWrapper.ps1:3 char:1 | |
| + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... | |
| + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : NotSpecified: (Get-ChildItem :...\bin\' because :String) [], RemoteException | |
| + FullyQualifiedErrorId : NativeCommandError | |
| it does not exist. | |
| At C:\home\jenkins\agent\workspace\core_package_master\release\msi\build\build.ps1:84 char:1 | |
| + Get-ChildItem .\bin\Release -Filter *.msi -Recurse | | |
| + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| + CategoryInfo : ObjectNotFound: (C:\home\jenkins...\msi\build\bin\:String) [Get-ChildItem], ItemNotFound | |
| Exception | |
| + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment