Skip to content

Commit

Permalink
limit PSFramework version to 1.11.346
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Oct 3, 2024
1 parent eb6aa2b commit d5e9cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-generated-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v3
with:
path: C:\Users\runneradmin\Documents\WindowsPowerShell\Modules
key: 20210527y|${{ hashFiles('**/vsts-prerequisites.ps1, **/buildtools.ps1') }}
key: 20210527z|${{ hashFiles('**/vsts-prerequisites.ps1, **/buildtools.ps1') }}
- name: Prerequisites
if: steps.cache-powershell-modules.outputs.cache-hit != 'true'
shell: powershell
Expand Down
2 changes: 1 addition & 1 deletion build/vsts-prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.345 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck
Install-Module "PSFramework" -MaximumVersion 1.11.346 -Force -Confirm:$false -Scope CurrentUser -AllowClobber -SkipPublisherCheck

foreach ($item in $modules) {

Expand Down

0 comments on commit d5e9cd6

Please sign in to comment.