Skip to content

Commit

Permalink
limit PSFramework version to 1.11.343
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Oct 3, 2024
1 parent 2b6abc3 commit 8210b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/vsts-prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Write-Host "The user running is: $($env:UserName)"
$modules = @("PSFramework", "PSScriptAnalyzer", "Az.Storage", "AzureAd", "PSNotification", "PSOAuthHelper", "ImportExcel")

Install-Module "Pester" -MaximumVersion 4.99.99 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck
Install-Module "PSFramework" -MaximumVersion 1.11.343 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck

foreach ($item in $modules) {

Expand Down

0 comments on commit 8210b86

Please sign in to comment.