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

Support running in PowerCLI Core Docker container#208

Open
jeffg-dev wants to merge 1 commit intoWahlNetwork:masterfrom
jeffg-dev:fix/docker
Open

Support running in PowerCLI Core Docker container#208
jeffg-dev wants to merge 1 commit intoWahlNetwork:masterfrom
jeffg-dev:fix/docker

Conversation

@jeffg-dev
Copy link
Copy Markdown
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.

1 participant