Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Support running in PowerCLI Core Docker container #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeffgreenca
Copy link
Contributor

See #206 for more information.

In part, this uses Get-Item to normalize path separators, which works even if when / and \ are mixed, as in this example:

C:\tools> (Get-Item ".\neovim\Neovim\bin\nvim.exe").FullName
C:\tools\neovim\Neovim\bin\nvim.exe
C:\tools> (Get-Item ".\neovim\Neovim/bin/nvim.exe").FullName
C:\tools\neovim\Neovim\bin\nvim.exe

It also removes the explicit load of VMware.VumAutomation (not supported in PowerCLI core yet)

See WahlNetwork#206 for more information.

Mostly, this deals with `/` and `\` in paths
It also removes the explicit load of VMware.VumAutomation (not supported
in PowerCLI core yet)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant