Skip to content

Commit

Permalink
disable for test with new PSModuleDevelopment version
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway authored Oct 6, 2024
1 parent e7d124e commit ecc64f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/vsts-prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Install-Module "Pester" -MaximumVersion 4.99.99 -Force -Confirm:$false -Scope Cu

# TODO: When issue #645 with PSFramework/PSModuleDevelopment is resolved, this can be removed again.
# https://github.com/PowershellFrameworkCollective/psframework/issues/645
<#
Write-Host "Installing PSFramework, maximum version 1.11.343" -ForegroundColor Cyan
Install-Module "PSFramework" -MaximumVersion 1.11.343 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck
Write-Host "Installing PSModuleDevelopment, maximum version 2.2.11.168" -ForegroundColor Cyan
Install-Module "PSModuleDevelopment" -MaximumVersion 2.2.11.168 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck

#>

foreach ($item in $modules) {

Expand Down

0 comments on commit ecc64f9

Please sign in to comment.