################################################################################ ## File: Install-PowershellCore.ps1 ## Desc: Install PowerShell Core ################################################################################ Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet" Invoke-PesterTests -TestFile "Tools" -TestName "PowerShell Core"