Files
runner-images-sangeeth/images/win/scripts/Installers/Install-PowershellCore.ps1
Aleksandr Chebotov 0c4dca229d Replace current validates with pester testing approach #5 (#1232)
* ,oving to the pester approach part #5

* moving to the pester approach part #5

* fixed PostgreSQL tests

* return Validate-Svn.ps1

* fixed Selenium test

* fixed rust test

* fix rust test
2020-07-20 18:57:00 +03:00

9 lines
402 B
PowerShell

################################################################################
## 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"