Skip to content

Commit

Permalink
(maint) Update Validation Extenson to 0.2.0
Browse files Browse the repository at this point in the history
This updates the package for chocolatey-community-validations.extension
that has recently been released.
  • Loading branch information
AdmiringWorm committed Dec 11, 2024
1 parent 9b0abb6 commit ac71820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install:
'chocolatey' = $chocoVersion
'wormies-au-helpers' = '0.4.1'
'chocolatey-core.extension' = '1.4.0'
'chocolatey-community-validation.extension' = '0.1.0'
'chocolatey-community-validation.extension' = '0.2.0'
}.GetEnumerator() | % {
if (!(Test-Path "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg")) { rm "${env:nupkg_cache_path}\$($_.Key).*.nupkg" ; Invoke-WebRequest "https://chocolatey.org/api/v2/package/$($_.Key)/$($_.Value)" -OutFile "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg" }
if ($_.Key -eq 'chocolatey') { choco upgrade $_.Key --version $_.Value --source ${env:nupkg_cache_path} --allow-downgrade --pre }
Expand Down

0 comments on commit ac71820

Please sign in to comment.