We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812cd5a commit 01d5ac7Copy full SHA for 01d5ac7
1 file changed
test/run_test.ps1
@@ -10,7 +10,7 @@ if (-not(Test-Path -Path $testPath -PathType Leaf))
10
11
Install-PackageProvider NuGet -Force;
12
If ($? -ne "True" ) { Throw };
13
-Install-Module -Force Pester;
+Install-Module -Force -SkipPublisherCheck Pester;
14
15
16
$config=New-PesterConfiguration;
0 commit comments