2019-12-13 09:48:00 -05:00
|
|
|
################################################################################
|
|
|
|
|
## File: Install-PowershellCore.ps1
|
|
|
|
|
## Desc: Install PowerShell Core
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
|
2020-07-20 18:57:00 +03:00
|
|
|
|
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "PowerShell Core"
|