We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfae36 commit 6094407Copy full SHA for 6094407
tests/appveyor/preparation.ps1
@@ -15,11 +15,11 @@ choco install pester | Out-Null
15
16
# Get dbatools
17
Write-Host -Object "appveyor.prep: Install dbatools" -ForegroundColor DarkGreen
18
-Install-Module -Name dbatools | Out-Null
+Install-Module -Name dbatools -Force | Out-Null
19
20
# Get PSFramework
21
Write-Host -Object "appveyor.prep: Install PSFramework" -ForegroundColor DarkGreen
22
-Install-Module -Name PSFramework | Out-Null
+Install-Module -Name PSFramework -Force | Out-Null
23
24
# Get Hyper-V-PowerShell
25
#Write-Host -Object "appveyor.prep: Install Hyper-V-PowerShell" -ForegroundColor DarkGreen
0 commit comments