Class ExistingPowerShellConfigsToDesktopConverter

  • All Implemented Interfaces:
    ConvertedFilesReporter, Converter, XmlConverter

    public class ExistingPowerShellConfigsToDesktopConverter
    extends Object
    implements XmlConverter, Converter, ConvertedFilesReporter
    Converts existing PowerShell build configurations, templates and meta-runners to use Desktop edition of PowerShell by default. Before cross-platform PowerShell support, PowerShell was used only on Windows system, and only in desktop edition. Enabling PowerShell on other platforms along with relaxing edition and bitness restrictions could result in existing build configurations to be run on Core PowerShell installations
    Author:
    Oleg Rybak (oleg.rybak@jetbrains.com)