Fix PowerShell issue with relative paths #44
Reference in New Issue
Block a user
Delete Branch "v-mazhuk/fix-powerhell-issue-with-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error:
In scope of this PR we prepared fix for this issue.
Related issue: #1473