Skip to content

Commit

Permalink
Added -Force for installing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderstad committed Jul 27, 2018
1 parent cdfae36 commit 6094407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/appveyor/preparation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ choco install pester | Out-Null

# Get dbatools
Write-Host -Object "appveyor.prep: Install dbatools" -ForegroundColor DarkGreen
Install-Module -Name dbatools | Out-Null
Install-Module -Name dbatools -Force | Out-Null

# Get PSFramework
Write-Host -Object "appveyor.prep: Install PSFramework" -ForegroundColor DarkGreen
Install-Module -Name PSFramework | Out-Null
Install-Module -Name PSFramework -Force | Out-Null

# Get Hyper-V-PowerShell
#Write-Host -Object "appveyor.prep: Install Hyper-V-PowerShell" -ForegroundColor DarkGreen
Expand Down

0 comments on commit 6094407

Please sign in to comment.