Skip to content

Commit

Permalink
(maint) Add Community Validation Extension to build script
Browse files Browse the repository at this point in the history
This updates the appveyor build script to ensure that all packaged
packages will comply with the requirements defined in the newly
released extension that validates packages for use with CCR.
  • Loading branch information
AdmiringWorm committed Jan 18, 2024
1 parent 28b7d40 commit 463dc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ install:
'wormies-au-helpers' = '0.4.1'
'chocolatey-core.extension' = '1.4.0'
'autohotkey.install' = '1.1.35.00'
'chocolatey-community-validation.extension' = '0.1.0'
}.GetEnumerator() | % {
if (!(Test-Path "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg")) { rm "${env:nupkg_cache_path}\$($_.Key).*.nupkg" ; iwr "https://chocolatey.org/api/v2/package/$($_.Key)/$($_.Value)" -OutFile "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg" }
if ($_.Key -eq 'chocolatey') { cup $_.Key --version $_.Value --source ${env:nupkg_cache_path} --allow-downgrade --pre }
Expand Down

0 comments on commit 463dc29

Please sign in to comment.