Implement Pester tests

This commit is contained in:
Maxim Lobanov
2020-07-09 10:53:29 +03:00
parent c6950533af
commit 148b628e0b
19 changed files with 207 additions and 208 deletions

View File

@@ -41,6 +41,8 @@ Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name PowerShellGet -Force
Set-PSRepository -InstallationPolicy Trusted -Name PSGallery
Write-Host "Install the latest Pester version"
Install-Module Pester -Scope AllUsers -SkipPublisherCheck -Force
Write-Host "Disable Antivirus"
Set-MpPreference -DisableRealtimeMonitoring $true