repo.roscidus.com: PowerShell

Available feeds

Samples

To use PowerShell as the runner in a feed:

      <command name="run" path="myscript.ps1">
        <runner interface="http://repo.roscidus.com/powershell/powershell">
          <arg>-ExecutionPolicy</arg>
          <arg>Bypass</arg>
        </runner>
      </command>
    

To add pwsh (PowerShell Core) to your PATH:

      $ 0alias pwsh http://repo.roscidus.com/powershell/core