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
I am using the devcontainer provided (Ubuntu 18.04) and I can't build packages because there is a hardcoded path where the repository is expected, /PowerShell, while the devcontainer mounts it on /workspaces/PowerShell.
In a fresh devcontainer, these are the commands I run to get to building a package:
Exception: Please ensure your repo is at the root of the file system and named 'PowerShell' (example: '/PowerShell'), when building and packaging for release!
Expected behavior
The devcontainer environment can be used to build packages.
Actual behavior
It does not, because the repository is not mounted in the expected hardwired location.
Error details
No response
Environment data
PS /workspaces/PowerShell>$PSVersionTable
Name Value
---------
PSVersion 7.2.7
PSEdition Core
GitCommitId 7.2.7
OS Linux 6.8.10-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 17 21:20:54 UTC 2024
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
I am using the devcontainer provided (Ubuntu 18.04) and I can't build packages because there is a hardcoded path where the repository is expected,
/PowerShell
, while the devcontainer mounts it on/workspaces/PowerShell
.In a fresh devcontainer, these are the commands I run to get to building a package:
The last command fails with
Expected behavior
The devcontainer environment can be used to build packages.
Actual behavior
It does not, because the repository is not mounted in the expected hardwired location.
Error details
No response
Environment data
Visuals
No response
The text was updated successfully, but these errors were encountered: