Skip to content

Commit

Permalink
V1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kayasax committed Jan 31, 2025
1 parent 569618d commit a191f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vsts-prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ foreach ($dependency in $data.RequiredModules) {

foreach ($module in $modules) {
Write-Host "Installing $module" -ForegroundColor Cyan
Install-Module $module -Force -SkipPublisherCheck -Repository $Repository
Install-Module $module -Force -SkipPublisherCheck -Repository $Repository -AllowClobber
Import-Module $module -Force -PassThru
}

0 comments on commit a191f4f

Please sign in to comment.