Skip to content

Commit

Permalink
Merge pull request #2595 from AdmiringWorm/ccve-update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Dec 12, 2024
2 parents 6024ece + ac71820 commit ead7d76
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 ead7d76

Please sign in to comment.