Skip to content

Instantly share code, notes, and snippets.

@MarkEWaite
Created June 3, 2020 20:44
Show Gist options
  • Select an option

  • Save MarkEWaite/cf6ee2d9d77b2e1c9ca480a791f55826 to your computer and use it in GitHub Desktop.

Select an option

Save MarkEWaite/cf6ee2d9d77b2e1c9ca480a791f55826 to your computer and use it in GitHub Desktop.
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