Fix PowerShell issue with relative paths #44

Merged
MaksimZhukov merged 1 commits from v-mazhuk/fix-powerhell-issue-with-paths into main 2020-11-17 22:54:46 +05:00
MaksimZhukov commented 2020-11-17 22:09:21 +05:00 (Migrated from github.com)

PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error:

The specified module '/home/runner/work/node-versions/node-versions/builders/builders/win-node-builder.psm1' was not loaded because no valid module file was found in any module directory.

In scope of this PR we prepared fix for this issue.

Related issue: #1473

PowerShell 7.1.0 introduces breaking changes that affect relative paths. Node packages generation fails with the following error: ``` The specified module '/home/runner/work/node-versions/node-versions/builders/builders/win-node-builder.psm1' was not loaded because no valid module file was found in any module directory. ``` In scope of this PR we prepared fix for this issue. Related issue: [#1473](https://github.com/actions/virtual-environments-internal/issues/1473)
al-cheb (Migrated from github.com) approved these changes 2020-11-17 22:11:13 +05:00
maxim-lobanov (Migrated from github.com) approved these changes 2020-11-17 22:37:17 +05:00
Sign in to join this conversation.