Closed
Description
Recently tried to compile PowerShell native Windows binaries and this last copy operation:
Lines 307 to 311 in d04fef4
of
Start-BuildNativeWindowsBinaries
failed due to absence of file in expected location.
For me file (result of compilation) was located in \src\PowerShell.Core.Instrumentation
relative to repo root, but not in $HOME\source
as stated in the comment. Is that error here or location was changed or is dependent of environment? Should build script be fixed or enhanced to cover other location of build artifacts?