Using Appveyor Cmdlets In Powershell Script

joefitzgerald's Avatar

joefitzgerald

23 Feb, 2016 08:19 PM

If I have a custom powershell script, but I want to use the Install-Product node 5 cmdlet, how can I ensure Install-Product is loaded correctly?

  1. Support Staff 1 Posted by Feodor Fitsner on 24 Feb, 2016 02:19 AM

    Feodor Fitsner's Avatar

    It's being loaded automatically on first call because $env:PSModulePath contains path to it. You don't have to explicitly load that module.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac