You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached to powershell v6.0.0-beta.4 from VSCode and got this error
Notices the file path contains PII.
When creating the packages, please ensure that the file path does not contain user names. That is, clone to /PowerShell on Unix, and C:\PowerShell for Windows. The debug symbols include the absolute path to the sources when built, so it should appear /PowerShell/src/powershell/System.Management.Automation, not /home/username/src/PowerShell/....
The package build script should check such problems and prevent from doing an official release from home directory.
Environment data
>$PSVersionTable
Name Value
---------
PSVersion 6.0.0-beta
PSEdition Core
GitCommitId v6.0.0-beta.4
OS Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 1517:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEA...
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Attached to powershell

v6.0.0-beta.4from VSCode and got this errorNotices the file path contains PII.
https://github.com/PowerShell/PowerShell/blob/master/docs/maintainers/releasing.md#building-packages
The package build script should check such problems and prevent from doing an official release from home directory.
Environment data